Page 1 of 1

Adding bugnotes to csv export

Posted: 20 Feb 2006, 15:14
by kec161
How can I add the bugnotes to the csv export? I tried modifying the COLUMNS_TARGET_CVS_PAGE part of the custom_function_default_get_columns_to_view function in core/custom_function_api.php.

I tried setting $t_columns[] equal to 'bugnotes', 'bugnote', 'bug notes', 'bug note', 'notes' and 'note' with no success.

Any ideas how to do this?

~ Kira