mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
tp: adapt variables for include _insert_vue_address
This commit is contained in:
parent
8204107ceb
commit
210d819125
@ -46,7 +46,7 @@
|
|||||||
mode: 'edit',
|
mode: 'edit',
|
||||||
addressId: thirdParty.address.id,
|
addressId: thirdParty.address.id,
|
||||||
buttonSize: 'btn-sm',
|
buttonSize: 'btn-sm',
|
||||||
bindModalStep1: false,
|
openPanesInModal: false,
|
||||||
} %}
|
} %}
|
||||||
{% else %}
|
{% else %}
|
||||||
create address
|
create address
|
||||||
@ -54,11 +54,11 @@
|
|||||||
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
||||||
targetEntity: { name: 'thirdparty', id: thirdParty.id },
|
targetEntity: { name: 'thirdparty', id: thirdParty.id },
|
||||||
backUrl: path('chill_3party_3party_new'),
|
backUrl: path('chill_3party_3party_new'),
|
||||||
mode: 'create',
|
mode: 'new',
|
||||||
buttonSize: 'btn-sm',
|
buttonSize: 'btn-sm',
|
||||||
buttonText: 'Create a new address',
|
buttonText: 'Create a new address',
|
||||||
modalTitle: 'Create a new address',
|
modalTitle: 'Create a new address',
|
||||||
bindModalStep1: false,
|
openPanesInModal: false,
|
||||||
} %}
|
} %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
mode: 'edit',
|
mode: 'edit',
|
||||||
addressId: thirdParty.address.id,
|
addressId: thirdParty.address.id,
|
||||||
buttonSize: 'btn-sm',
|
buttonSize: 'btn-sm',
|
||||||
bindModalStep1: false
|
openPanesInModal: false
|
||||||
} %}
|
} %}
|
||||||
{% else %}
|
{% else %}
|
||||||
create address
|
create address
|
||||||
@ -71,9 +71,9 @@
|
|||||||
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
|
||||||
targetEntity: { name: 'thirdparty', id: thirdParty.id },
|
targetEntity: { name: 'thirdparty', id: thirdParty.id },
|
||||||
backUrl: path('chill_3party_3party_update', { thirdparty_id: thirdParty.id }),
|
backUrl: path('chill_3party_3party_update', { thirdparty_id: thirdParty.id }),
|
||||||
mode: 'create',
|
mode: 'new',
|
||||||
buttonSize: 'btn-sm',
|
buttonSize: 'btn-sm',
|
||||||
bindModalStep1: false
|
openPanesInModal: false
|
||||||
} %}
|
} %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user