MantisBT: master-1.3.x 1279ac3a

Author Committer Branch Timestamp Parent
cproensa dregad master-1.3.x 2015-12-21 10:00 master-1.3.x 6e0801d3
Affected Issues  0019284: Export of the "bugnotes_count" column doesn't work
Changeset

Implement columns in csv and excel export

In CSV and Excel export, there were columns that are
not implemented, and were silently removed from user
column selection: bugnotes_count, attachment_count

With this commit they are now implemented

Fixes 0019284

mod - core/csv_api.php Diff File
mod - core/excel_api.php Diff File
mod - core/helper_api.php Diff File