Your comments
You can configure warranty expiration notices per-entity under Administration > Entities on the Notifications tab for each entity.
The answer for the upcoming GLPI 11 release is no, but there will at least be support for the "Well known" change-password URI ".well-known/change-password" which will redirect to the update password page for better interoperability with authentication providers/password managers.
Try "--no-interaction". It is a Symfony Console parameter which isn't reflected in the CLI command documentation, but it does show if you do "bin/console help".
This is already possible using the GLPI CLI using the "database:install" command.
https://glpi-user-documentation.readthedocs.io/fr/latest/cli.html#glpi-database-install
Same for update using "database:update".
https://glpi-user-documentation.readthedocs.io/fr/latest/cli.html#glpi-database-update
You can see them in use in the WIP official GLPI docker:
https://github.com/glpi-project/docker-images/blob/main/glpi/files/opt/install.sh
De momento, não. Existem Kanbans:
- 1 Kanban Global para Bilhetes
- 1 Kanban global para alterações
- 1 Kanban Global para Problemas
- 1 Kanban global para projectos
- 1 Kanban para cada projeto
What is the purpose of the screen share?
Could the desired result be achieved by impersonating a different user (like the user you are sharing the screen with), or creating a second profile for yourself that has no permission to see private followups/tasks?
What is missing from Computers that make that type of asset unsuitable for servers? You can use the Type field in the Computers to differentiate types like Laptop, Desktop, Rack-Mount Chassis, Tower Server, etc.
Done for GLPI 11.
https://github.com/glpi-project/glpi/pull/16994
This doesn't seem related at all to Kanban, but instead would be a global restriction. The Kanban is just a different way to view tickets/projects/etc. We would have to add global options for restricting the number of project tasks that can be in a specific status at the time and then that would affect the regular form UI, gantt view and the Kanban.
Customer support service by UserEcho
bin/console --version