Imported From: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/5b38569bd407464d#
(
- INP-47Getting issue details... STATUS
) where we are checkingall project configs and converting check-box fields to use Formatters,
we came across another minor issue were we have fields named "Enabled"
with the column named "la_col_Status", thus the options were Active
(la_opt_Active) and Disabled (la_opt_Disabled).
'Enabled' => Array ('title' => 'la_col_Status', 'filter_block' =>
'grid_options_filter', 'width' => 60, ),
I suggest we create a separate task where we check the whole project
of these places and convert them accordingly.
What do you think?