Ваши комментарии
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.
Hello,
What do you mean by the WIP limit?
There is currently no way to add new remote management types in the GLPI interface. If you know which additional options you need, you can open a PR to have them added to GLPI.
Example PR for GLPI core:
https://github.com/glpi-project/glpi/pull/12210
Example PR for adding ability to collect remote management info using GLPI Agent:
https://github.com/glpi-project/glpi-agent/pull/179
Сервис поддержки клиентов работает на платформе UserEcho
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.