View Issue Details

IDProjectCategoryView StatusLast Update
0010815mantisbtpreferencespublic2009-10-07 14:19
Reporterdhx Assigned Todhx  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Target Version1.2.0rc2Fixed in Version1.2.0rc2 
Summary0010815: columns_api exposes some useless columns to the user
Description

It is possible through account_manage_columns_page.php (and elsewhere) to view columns such as '_stats', 'profile_id', 'sticky' and 'loading' which are either just internal bits of data (not intended to be seen by the user) or in the case of 'sticky', are for internal display purposes only.

These unnecessary columns should not be exposed through columns_api.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x 82dfe744

2009-08-07 23:50

dhx


Details Diff
Fix 0010815: hide some internal fields from columns_api

It is possible through account_manage_columns_page.php (and elsewhere)
to view columns such as '_stats', 'profile_id', 'sticky' and 'loading'
which are either just internal bits of data (not intended to be seen by
the user) or in the case of 'sticky', are for internal display purposes
only.

These unnecessary columns should not be exposed through columns_api.
Affected Issues
0010815
mod - core/columns_api.php Diff File

MantisBT: master dccaf9aa

2009-08-07 23:50

dhx


Details Diff
Fix 0010815: hide some internal fields from columns_api

It is possible through account_manage_columns_page.php (and elsewhere)
to view columns such as '_stats', 'profile_id', 'sticky' and 'loading'
which are either just internal bits of data (not intended to be seen by
the user) or in the case of 'sticky', are for internal display purposes
only.

These unnecessary columns should not be exposed through columns_api.
Affected Issues
0010815
mod - core/columns_api.php Diff File