View Issue Details

IDProjectCategoryView StatusLast Update
0020854mantisbtperformancepublic2016-06-12 00:42
Reportercproensa Assigned Tocproensa  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.3.0-rc.1 
Target Version1.3.0-rc.2Fixed in Version1.3.0-rc.2 
Summary0020854: Plugin columns are always called to cache, even if not visible.
Description

On issues view/print/export, a call is made to all MantisColumn plugins to
cache the list of issues.
This call is made to all columns even if they are not part of the user's selected columns

TagsNo tags attached.

Related Changesets

MantisBT: master da3d2be7

2016-04-22 08:45

cproensa

Committer: dregad


Details Diff
Only cache visible plugin columns

On issues view/print/export, a call is made to all MantisColumn plugin
objects to cache the list of issues.

This call is now done only for those columns that are part of the
user column selection.

Fixes 0020854

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0020854
mod - core/columns_api.php Diff File
mod - csv_export.php Diff File
mod - excel_xml_export.php Diff File
mod - print_all_bug_page.php Diff File
mod - view_all_inc.php Diff File