mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
tp: adapt _insert_vue_address include parameters
This commit is contained in:
parent
9725970c56
commit
310e9f5a82
@ -59,7 +59,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: '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: 'edit',
|
mode: 'edit',
|
||||||
addressId: thirdParty.address.id,
|
addressId: thirdParty.address.id,
|
||||||
buttonSize: 'btn-sm',
|
buttonSize: 'btn-sm',
|
||||||
@ -70,7 +70,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: '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: 'create',
|
||||||
buttonSize: 'btn-sm',
|
buttonSize: 'btn-sm',
|
||||||
binModalStep1: false
|
binModalStep1: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user