Stanislas

Results 299 comments of Stanislas

Hi @JulienRemi can you try this ? https://github.com/pluginsGLPI/fields/pull/772

you can empty the GLPI cache and try again ```php bin/console cache:clear```

Hello, This issue hasn't seen any activity for a while. To keep the tracker clean, we're closing it for now. Please consider testing again with the latest version of the...

Hi @kabassanov I can't go any further in the review, since a fresh install the auto task doesn't install.

- When debug mode is enable, it's visible in the browser preview (not the generated one) ![image](https://github.com/user-attachments/assets/8f8e3266-40e3-4054-9135-f8f60298fc5b) - The textarea resize icon is visible ![image](https://github.com/user-attachments/assets/b7e66eb2-1943-4e1e-a2a7-2236d65ad0f4) - From table (component etc...

Hi @tetsumaki , @PlaneNuts , @ying20071111 @kozachenko22 @myrandor @troloff @Nour-Ivory @cmeh can you try this -> https://github.com/glpi-project/glpi/pull/19772 "You may need to start with a cleaned-up database to address the duplicate...

After a closer look, it appears that the OauthSSO plugin cannot determine whether MFA is enabled for the user attempting to log in. To retrieve this information, the plugin would...

https://github.com/glpi-project/glpi/pull/15718

Hi @LucianaCabrera To address this, you can try resetting the entity caches by running the following SQL query: `UPDATE glpi_entities SET ancestors_cache = null, sons_cache = null;` This query clears...