Curtis Conard

Results 374 comments of Curtis Conard

I think this will need split up since it has mixed concerns. The first part is the tooling needed to build an official GLPI image while the second is providing...

This is the currently expected behavior as the only way to search project tasks in the web UI is through the "My tasks" button on the project page(s). To handle...

> IMO the solution is missing an inversion of control. > > The issue here is that concrete instances call `createTabEntry` when it should be done by the framework instead....

I don't care enough about this anymore. Leave it up to core/plugin devs to respect the user preferences or not for every single tab.

> I wanted to test this one as well but as we (once again) are late on review, I thikg it's not up to date with the last evolution of...

> Most important is that all custom dropdown are tree dropdowns Disagree with that change but not willing to argue. Will wait and see if any users provide feedback about...

I think I confirmed the issue in the generation of the "web" directory when the marketplace folder is moved outside the GLPI folder. The relevant code: ```php public static function...

It is expected that you wouldn't be able to see/access entities created outside of your current session until you log out and back in due to how your available entities...

You may also simply switch profiles or entities to trigger an update of the cache if you wish to keep the same login session.

It looks like the reason why it doesn't work when you share the same session token between the API and web is that the API will close the session early...