mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
Fixes in template parameters + remove budget elements when removing event
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
'title' : 'Delete event'|trans,
|
||||
'confirm_question' : 'Are you sure you want to remove that event ?'|trans,
|
||||
'cancel_route' : activeRouteKey,
|
||||
'cancel_parameters' : { 'event_id' : event_id },
|
||||
'cancel_parameters' : { 'id' : id },
|
||||
'form' : delete_form
|
||||
}
|
||||
) }}
|
||||
|
Reference in New Issue
Block a user