pluginsGLPI / datainjection

Plugin to import CSV files into GLPI
http://plugins.glpi-project.org/#/plugin/datainjection
GNU General Public License v2.0
52 stars 51 forks source link

Datainjection removes Agent from Computers after fix https://github.com/pluginsGLPI/datainjection/pull/366 #413

Closed Mirkk closed 3 weeks ago

Mirkk commented 1 month ago

Hi all,

After this fix https://github.com/pluginsGLPI/datainjection/pull/366, when using the plugin to update a computer which has a GLPI Agent linked, the "Agent" icon, agent data and field locks disappear. Only once that the agent synchronizes again once a day, all data and locks appear again. This on-off-on-off gives issues in data visulization and editing.

The original commit is commented with "allow to update locked fields from datainjection" and this is perfecly fine and very very useful (i.e. the datainjection can change fields like a human user). However imho the link to the agent should be kept.

@stonebuzz for reference to the original commit Thank you very much! Mirko