Check all "Enabled" fields usage and options in Admin
Imported From: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/5b38569bd407464d#
As a part of - INP-47Getting issue details... STATUS where we are checking all project configs and converting check-box fields to use Formatters, we came across another minor issue where 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.