MantisBT: master 30e3d692

Author Committer Branch Timestamp Parent
dregad dregad master 2012-05-29 11:20 master 196596ff
Affected Issues  0014185: Only first 100 rows of plug-in columns loaded when exporting to Excel
Changeset

Fix Excel export of plug-in columns limited to first 100 rows

Due to an incorrect location of columns_plugin_cache_issue_data()
function call outside of the main loop, only the first 100 rows of
plug-in columns were loaded when exporting issues to Excel.

Thanks to vincent_sels for spotting the issue and identifying the root
cause.

Fixes 0014185

mod - excel_xml_export.php Diff File