mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
fix include parameters missing comma
This commit is contained in:
parent
aae2ee32f6
commit
f66df3b77c
@ -9,7 +9,7 @@
|
||||
{# include vue_address component #}
|
||||
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
||||
targetEntity: { name: 'household', id: household.id },
|
||||
backUrl: path('chill_person_household_addresses', { 'household_id': household.id })
|
||||
backUrl: path('chill_person_household_addresses', { 'household_id': household.id }),
|
||||
bindModalStep1: false,
|
||||
bindModalStep2: false,
|
||||
} %}
|
||||
|
@ -9,7 +9,7 @@
|
||||
{# include vue_address component #}
|
||||
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
||||
targetEntity: { name: 'household', id: household.id },
|
||||
backUrl: path('chill_person_household_addresses', { 'household_id': household.id })
|
||||
backUrl: path('chill_person_household_addresses', { 'household_id': household.id }),
|
||||
bindModalStep1: false,
|
||||
bindModalStep2: false,
|
||||
} %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user