Stanislas
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 any news about this feature? Best regards
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)  - The textarea resize icon is visible  - 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...