mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +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 vue_address component #}
|
||||||
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
||||||
targetEntity: { name: 'household', id: household.id },
|
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,
|
bindModalStep1: false,
|
||||||
bindModalStep2: false,
|
bindModalStep2: false,
|
||||||
} %}
|
} %}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
{# include vue_address component #}
|
{# include vue_address component #}
|
||||||
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
||||||
targetEntity: { name: 'household', id: household.id },
|
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,
|
bindModalStep1: false,
|
||||||
bindModalStep2: false,
|
bindModalStep2: false,
|
||||||
} %}
|
} %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user