Xavier CAILLAUD
Xavier CAILLAUD
> With the latest changes I don't have any tooltips, there seems to be an issue somewhere. When you click on informations menu, you must move your mouse on the...
Ok but what is the best approach so ?
Sorry, but development for GLPI version 11 had already begun. The problem is that the graphics library being used is no longer maintained. We therefore need to find another library,...
No sorry - A consumable item is not taken into account when assigning a ticket. so : ``` $raw_allowed_itemtypes = $profile->fields['helpdesk_item_type']; $allowed_itemtypes = importArrayFromDB($raw_allowed_itemtypes); if (!in_array(static::class, $allowed_itemtypes)) { return [new...