Page MenuHomeIn-Portal Phabricator

D290.diff
No OneTemporary

File Metadata

Created
Sat, Apr 19, 9:53 PM

D290.diff

Index: branches/5.2.x/core/units/helpers/col_picker_helper.php
===================================================================
--- branches/5.2.x/core/units/helpers/col_picker_helper.php
+++ branches/5.2.x/core/units/helpers/col_picker_helper.php
@@ -314,7 +314,7 @@
array_shift($widths); // removing first col (checkbox col) width
foreach ( $this->pickerData->allFields as $field ) {
- if ( $field == '__FREEZER__' ) {
+ if ( $field == '__FREEZER__' || $this->pickerData->isHidden($field) ) {
continue;
}

Event Timeline