Merge pull request #20185 from SylvainLegrand/new_ficheinter_keep_extrafield_format_from_origin

keep extrafield format from origine
This commit is contained in:
Laurent Destailleur 2022-02-25 13:33:12 +01:00 committed by GitHub
commit e5805f401a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);