parent
cb45f79ab0
commit
e53d9d4320
@ -1947,10 +1947,6 @@ class ExtraFields
|
|||||||
if (!empty($onlykey) && $onlykey != '@GETPOSTISSET' && $key != $onlykey) {
|
if (!empty($onlykey) && $onlykey != '@GETPOSTISSET' && $key != $onlykey) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (!empty($onlykey) && $onlykey == '@GETPOSTISSET' && !GETPOSTISSET('options_'.$key) && $this->attributes[$object->table_element]['type'][$key] != 'boolean') {
|
|
||||||
//when unticking boolean field, it's not set in POST
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
$key_type = $this->attributes[$object->table_element]['type'][$key];
|
$key_type = $this->attributes[$object->table_element]['type'][$key];
|
||||||
if ($key_type == 'separate') {
|
if ($key_type == 'separate') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user