pluginsGLPI / genericobject

Genericobject object plugin
http://glpi-plugins.rtfd.io/en/latest/genericobject/index.html
GNU General Public License v3.0
53 stars 58 forks source link

fix(injection): take care of int unsigned #344

Closed stonebuzz closed 2 years ago

stonebuzz commented 2 years ago

Dropdown field is not well manage by plugin since it's internal database format change to int unsigned

Searchoption defined this field as test image

and injection process is broken image

This PR fix this

Internal ref : !24833