fix cancel route

This commit is contained in:
Julien Fastré 2018-05-04 11:11:19 +02:00
parent cabd863245
commit 9fc55054cb

View File

@ -11,8 +11,8 @@
{ {
'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_by_person', 'cancel_route' : 'chill_task_singletask_list',
'cancel_parameters' : { 'personId' : task.person.id, 'id' : task.id }, 'cancel_parameters' : { 'person_id' : task.person.id, 'id' : task.id },
'form' : delete_form 'form' : delete_form
} ) }} } ) }}