Merge pull request #20185 from SylvainLegrand/new_ficheinter_keep_extrafield_format_from_origin
keep extrafield format from origine
This commit is contained in:
commit
e5805f401a
@ -265,9 +265,9 @@ if (empty($reshook)) {
|
||||
$error++;
|
||||
$action = 'create';
|
||||
}
|
||||
$array_options = $extrafields->getOptionalsFromPost($object->table_element);
|
||||
//$array_options = $extrafields->getOptionalsFromPost($object->table_element);
|
||||
|
||||
$object->array_options = $array_options;
|
||||
//$object->array_options = $array_options;
|
||||
|
||||
$id = $object->create($user);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user