Merge pull request #1597 from julceslauhub/master
BUG 10235 Checkgroup do not update. SOLVED
This commit is contained in:
@@ -509,6 +509,10 @@ class Form extends XmlForm
|
||||
$values[$k] = $this->fields[$k]->maskValue( $newValues[$k], $this );
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if ($v->type == 'checkgroup') {
|
||||
$values[$k] = null;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (isset( $_FILES["form"]["name"][$k] )) {
|
||||
|
||||
Reference in New Issue
Block a user