Index: branches/5.2.x/core/units/helpers/col_picker_helper.php =================================================================== diff -u -N -r16484 -r16566 --- branches/5.2.x/core/units/helpers/col_picker_helper.php (.../col_picker_helper.php) (revision 16484) +++ branches/5.2.x/core/units/helpers/col_picker_helper.php (.../col_picker_helper.php) (revision 16566) @@ -1,6 +1,6 @@ pickerData->allFields as $field ) { - if ( $field == '__FREEZER__' ) { + if ( $field == '__FREEZER__' || $this->pickerData->isHidden($field) ) { continue; }