mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 23:53:50 +00:00
AddAddress: openPanesInModal, uniq option to enable/disable all step123 in Modal
This commit is contained in:
@@ -10,8 +10,7 @@
|
||||
{% 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 }),
|
||||
bindModalStep1: false,
|
||||
bindModalStep2: false,
|
||||
openPanesInModal: false,
|
||||
} %}
|
||||
</div>
|
||||
|
||||
|
@@ -10,8 +10,7 @@
|
||||
{% 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 }),
|
||||
bindModalStep1: false,
|
||||
bindModalStep2: false,
|
||||
openPanesInModal: false,
|
||||
} %}
|
||||
</div>
|
||||
|
||||
|
@@ -40,8 +40,7 @@
|
||||
buttonDisplayText: false,
|
||||
} %}
|
||||
{#
|
||||
bindModalStep1: false,
|
||||
bindModalStep2: true,
|
||||
openPanesInModal: false
|
||||
#}
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
|
Reference in New Issue
Block a user