From f7e287d41505f824ce0b766f27401a8c0a37bb7a Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Thu, 13 Jan 2022 14:35:53 +0100 Subject: [PATCH] onTheFly modal to add contact to thirdparty - form fields for profession,civility, and comment added - no saving possible yet --- .../Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue index 27b5177c7..7b25012dd 100644 --- a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue +++ b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue @@ -256,7 +256,7 @@ export default { } }, mounted() { - //console.log('mounted', this.action); + console.log('mounted', this.action); if (this.action !== 'create') { if (this.id) { this.loadData();