mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
upgrade route name
This commit is contained in:
parent
897e1eadac
commit
4fe9c4296e
@ -11,7 +11,7 @@
|
||||
{
|
||||
'title' : 'Remove task'|trans,
|
||||
'confirm_question' : 'Are you sure you want to remove the task about "%name%" ?'|trans({ '%name%' : person.firstname ~ ' ' ~ person.lastname } ),
|
||||
'cancel_route' : 'chill_task_task_list',
|
||||
'cancel_route' : 'chill_task_task_list_by_person',
|
||||
'cancel_parameters' : { 'personId' : task.person.id, 'id' : task.id },
|
||||
'form' : delete_form
|
||||
} ) }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user