mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
fix cancel route
This commit is contained in:
parent
cabd863245
commit
9fc55054cb
@ -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
|
||||||
} ) }}
|
} ) }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user