MantisBT: master dccaf9aa

Author Committer Branch Timestamp Parent
dhx dhx master 2009-08-07 23:50 master 5eb124ea
Affected Issues  0010815: columns_api exposes some useless columns to the user
Changeset

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.

mod - core/columns_api.php Diff File