diff --git a/db_objects/custom_field.class.php b/db_objects/custom_field.class.php index 6f1cd2a3..64ebcf17 100644 --- a/db_objects/custom_field.class.php +++ b/db_objects/custom_field.class.php @@ -334,7 +334,10 @@ public static function printParamsSelect($prefix, $params) public function processFieldInterface($fieldname, $prefix = '') { switch ($fieldname) { case 'allow_multiple': - $this->setValue('allow_multiple', !empty($_REQUEST[$prefix.$fieldname])); + case 'divider_before': + case 'show_add_family': + case 'searchable': + $this->setValue($fieldname, !empty($_REQUEST[$prefix.$fieldname])); break; case 'params': $val = Array();