keep extrafield format from origine

This commit is contained in:
Sylvain Legrand 2022-02-25 09:13:16 +01:00
parent c097ee5331
commit 61aa80c865

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