pluginsGLPI / room

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

GLPI 9.5 compatibility #44

Closed jackburton79 closed 2 years ago

jackburton79 commented 4 years ago

Hi, GLPI 9.5.0 is almost out (there is a rc2). The rooms plugin does not work with this version. I've started working on a branch to adapt the code to the newest GLPI api.

https://github.com/jackburton79/room/tree/glpi_9.5_compatibility

here's the PR: #45

At the moment I'm testing the modified room plugin on GLPI 9.5.0rc1 and it seems to work, except for some issues: I had to disable translations, for now, since the code needs to be adapted to use gettext. I can create a PR, but I see the previous PR (for glpi 9.4.0) wasn't integrated. Thanks for your work!

jackburton79 commented 4 years ago

Update: we are currently using this code in production with GLPI 9.5.1.

jackburton79 commented 2 years ago

Is there anything else I can do to help you applying this fixes?

C-Duv commented 2 years ago

Fixed by PR #45, now merged.