You are not logged in.
Pages: 1
With GLPI < 10 the first button for ticket was the solution.
Now with 10 the default action is "answer".
Our 99% ticket will be resolved on first answer so it is possibile to set "add a solution" as default button?
Offline
Under 9.5.X, the default order of the buttons was followup, task, document, approval, and then solution was last.
In GLPI 10, the default action is "Answer" (followup) because it is the first item in the list that your user had permission to add.
Are you sure the order of the actions in older GLPI versions wasn't changed by a plugin?
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
Right: now remember.
The order you said is correct.
So the question will be: how can I change that order and put "solution" as default button?
Offline
The only way is to modify the GLPI code.
In "src/CommonITILObject.php" in the "getTimelineItemtypes" function by moving the block that sets the "solution" array property to before the one that sets the "answer" array property.
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
Pages: 1