mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
tp: fix bindModalStep variable rename with _insert_vue_address
This commit is contained in:
parent
0bb0b24c21
commit
2aa0bbf371
@ -42,23 +42,23 @@
|
|||||||
{# 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_new')
|
backUrl: path('chill_3party_3party_new'),
|
||||||
mode: 'edit',
|
mode: 'edit',
|
||||||
addressId: thirdParty.address.id,
|
addressId: thirdParty.address.id,
|
||||||
buttonSize: 'btn-sm',
|
buttonSize: 'btn-sm',
|
||||||
binModalStep1: false,
|
bindModalStep1: false,
|
||||||
} %}
|
} %}
|
||||||
{% else %}
|
{% else %}
|
||||||
create address
|
create address
|
||||||
{# 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_new')
|
backUrl: path('chill_3party_3party_new'),
|
||||||
mode: 'create',
|
mode: 'create',
|
||||||
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',
|
||||||
binModalStep1: false,
|
bindModalStep1: 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',
|
||||||
binModalStep1: false
|
bindModalStep1: false
|
||||||
} %}
|
} %}
|
||||||
{% else %}
|
{% else %}
|
||||||
create address
|
create address
|
||||||
@ -73,7 +73,7 @@
|
|||||||
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
|
bindModalStep1: false
|
||||||
} %}
|
} %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user