mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-23 05:33:06 +00:00
Use query.all() instead of query.get()
This commit is contained in:
@@ -12,7 +12,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_singletask_list',
|
||||
'cancel_parameters' : app.request.query.get('list_params', { } ),
|
||||
Use 'cancel_parameters' : app.request.query.all('list_params'),
|
||||
'form' : delete_form
|
||||
} ) }}
|
||||
|
||||
|
Reference in New Issue
Block a user