Search found 2 matches

by gribo
19 Dec 2006, 10:50
Forum: Help
Topic: Exporting the bug description as csv
Replies: 4
Views: 5565

All right, I finally got it.

I had to change some code in filter_api.php in order to add the $t_bug_text_table in the from et where clause of the query...

That's bad but I couldn't find better...
by gribo
18 Dec 2006, 14:20
Forum: Help
Topic: Exporting the bug description as csv
Replies: 4
Views: 5565

I'm interresting to ta functionnality

Hi,

I would like also to have the description of the bug in the csv export...

I tried to put :
t_colimn[]=description
in the custom_function_default_get_columns_to_view at the right place.

I defined a function csv_format_description( $p_description ) in the csv_api
and the print_column_title ...