From 310e9f5a82b4b89e031159a5643cac2dcce16270 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Wed, 15 Sep 2021 18:41:14 +0200 Subject: [PATCH] tp: adapt _insert_vue_address include parameters --- .../Resources/views/ThirdParty/update.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillThirdPartyBundle/Resources/views/ThirdParty/update.html.twig b/src/Bundle/ChillThirdPartyBundle/Resources/views/ThirdParty/update.html.twig index b2cc7f56d..820330f95 100644 --- a/src/Bundle/ChillThirdPartyBundle/Resources/views/ThirdParty/update.html.twig +++ b/src/Bundle/ChillThirdPartyBundle/Resources/views/ThirdParty/update.html.twig @@ -59,7 +59,7 @@ {# include vue_address component #} {% include '@ChillMain/Address/_insert_vue_address.html.twig' with { 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', addressId: thirdParty.address.id, buttonSize: 'btn-sm', @@ -70,7 +70,7 @@ {# include vue_address component #} {% include '@ChillMain/Address/_insert_vue_address.html.twig' with { 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', buttonSize: 'btn-sm', binModalStep1: false