issues
search
pluginsGLPI
/
genericobject
Genericobject object plugin
http://glpi-plugins.rtfd.io/en/latest/genericobject/index.html
GNU General Public License v3.0
54
stars
60
forks
source link
Fix handling of unsigned int and float/decimal fields
#330
Closed
cedric-anne
closed
2 years ago
cedric-anne
commented
2 years ago
unsigned
integers were not detected as
int
, so items dropdowns were not displayed when unsigned keys migration was done.
decimal
was formatted without the
edit
flag, so, depending on user preferences, value was sometimes invalid.
unsigned
integers were not detected asint
, so items dropdowns were not displayed when unsigned keys migration was done.decimal
was formatted without theedit
flag, so, depending on user preferences, value was sometimes invalid.