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
Fixed issue of getSearchOptions on itemtype instead of itemtypes_id
Fixed issue of migration from itemtype to itemtypes_id
Added validation of Form on server side to prevent massiveaction to set bad values, uses V8JS PHP module (currently only for Ticket and Computer)
Added compliance to 9.2
Refs #13Fixes#17
Deleted list limit for fields showing field list in a form
Fixed also various errors:
added isset($obj->fields['entities_id']) to be sure when $obj doesn't have entities_id in table
changed in displayTabContentForItem function prototype the PluginFormvalidationForm into CommonGLPI
added pages_id into result of SQL query
changed version to 0.1.4
fixes#11