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 handling of unsigned int and float/decimal fields #330

Closed cedric-anne closed 2 years ago

cedric-anne commented 2 years ago
  1. unsigned integers were not detected as int, so items dropdowns were not displayed when unsigned keys migration was done.
  2. decimal was formatted without the edit flag, so, depending on user preferences, value was sometimes invalid.