This commit is contained in:
2025-07-11 23:09:44 +02:00
parent 056e3d7abc
commit 59a426bc27
2 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ Modification Issue = {{title}}
{{ form_start(form) }}
{{ form_widget(form.submit) }}
<a href="{{ path(routecancel) }}" class="btn btn-secondary ms-1">Annuler</a>
<a href="{{ path(routecancel,{id:issue.project.id}) }}" class="btn btn-secondary ms-1">Annuler</a>
{% include('include/error.html.twig') %}