You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bonjour,
lors du transfert d'un asset d'entité avec des customs fields, les valeurs des champs listes multiples sont perdues
glpi 10.0.15 fields 1.21.8
The text was updated successfully, but these errors were encountered:
To explain further, the problem concerns the multi-valued list.
When we use this, data is lost when an action (backup, mass action, ...) is performed.
Exemple with this additional fields:
I am able to put various data which are well saved:
As soon as you save a change or use mass actions, the data is lost only for the multi-valued list:
I also noticed the problem when trying to use generated objects in code and do the update:
$item = new PluginFieldsTickettestplugin();
$item->getFromDB($item_id);
$item->update(['id' =>$item_id, 'locations_id' => $location->getID()]);
Bonjour,
lors du transfert d'un asset d'entité avec des customs fields, les valeurs des champs listes multiples sont perdues
glpi 10.0.15 fields 1.21.8
The text was updated successfully, but these errors were encountered: