pluginsGLPI / room

Room GLPI plugin
GNU General Public License v2.0
16 stars 12 forks source link

Rooms disappeared #42

Closed x4bibi closed 2 years ago

x4bibi commented 5 years ago

When trying to add some more fields on global view all the rooms that i had disappeared but not deleted from the database. I checked and they are still there. There was no sing of any error, they just disappeared.

GLPI 9.4.4 room 3.1.2

n0rvik commented 4 years ago
GLPI 9.4.5
room 3.1.2
...
function plugin_room_check_prerequisites()
{
    if (version_compare(GLPI_VERSION, '9.3.1', '>=') && version_compare(GLPI_VERSION, '9.4', '<')) {
        return true;
...
jackburton79 commented 2 years ago

This version works also on 9.5 now