mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix cancel route
This commit is contained in:
parent
cabd863245
commit
9fc55054cb
@ -11,8 +11,8 @@
|
||||
{
|
||||
'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_by_person',
|
||||
'cancel_parameters' : { 'personId' : task.person.id, 'id' : task.id },
|
||||
'cancel_route' : 'chill_task_singletask_list',
|
||||
'cancel_parameters' : { 'person_id' : task.person.id, 'id' : task.id },
|
||||
'form' : delete_form
|
||||
} ) }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user