You are not logged in.
Hello everyone,
I am currently using GLPI and have encountered an issue regarding the planning view for ticket tasks. It seems that users with read-only access to others’ tasks can still drag and drop these tasks within the planning interface, despite not having the permission to modify them.
My question is:
How can I restrict the drag-and-drop functionality for users who do not have the right to modify the tasks of others, but still have read access to their planning?
I have already checked the user rights and profiles but would appreciate any guidance on how to configure this properly. If there are any settings or potential code customizations that I should consider, please let me know.
Thank you for your help!
Best regards,
Offline
Up!
Offline
Up!
Last edited by master-pfe (2024-08-19 13:17:54)
Offline
In general, bumping forum topics isn't going to get a faster answer.
This isn't a configuration issue. There are changes that had/have to be made to the GLPI code.
I made 2 pull requests which have been merged for the 10.0.17 release.
The first improves the check for the UI to restrict the drag/drop.
https://github.com/glpi-project/glpi/pull/17694
The second improves the checks on the server side to ensure more special cases are covered like the fact that you cannot normally edit a task in a closed ticket.
https://github.com/glpi-project/glpi/pull/17695
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
Thanks, I hope this update comes very soon because we have a problem with this point
Offline
The first PR listed is a single line change that fixes the UI side. It wouldn't be difficult to manually apply the change. See the "Files changed" tab in the Pull Request to see the change.
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline