upgrade route name

This commit is contained in:
Julien Fastré 2018-04-25 12:24:46 +02:00
parent 897e1eadac
commit 4fe9c4296e

View File

@ -11,7 +11,7 @@
{ {
'title' : 'Remove task'|trans, 'title' : 'Remove task'|trans,
'confirm_question' : 'Are you sure you want to remove the task about "%name%" ?'|trans({ '%name%' : person.firstname ~ ' ' ~ person.lastname } ), '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 }, 'cancel_parameters' : { 'personId' : task.person.id, 'id' : task.id },
'form' : delete_form 'form' : delete_form
} ) }} } ) }}