From f84e088e7bc8038921cf69f578d36e219630c79e Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 19 Jan 2022 12:14:37 +0100 Subject: [PATCH] placeholders for civility and profession --- .../public/vuejs/OnTheFly/components/OnTheFly.vue | 7 ++++--- .../public/vuejs/_components/OnTheFly/ThirdParty.vue | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue index 89976caed..216c81672 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue @@ -222,13 +222,14 @@ export default { "profession": {"id": data.profession}, "comment": data.comment, "telephone": data.phonenumber, - "email": data.email + "email": data.email, + "address": data.address } // console.log('body', body) postThirdparty(body) .then(thirdparty => new Promise((resolve, reject) => { - // this.newPriorSuggestion(thirdparty); - console.log('thirdparty created', thirdparty) + // this.$parent.newPriorSuggestion(thirdparty); + // console.log('thirdparty created', thirdparty) resolve(); })); } else { 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 4b7bade24..f0dddff8b 100644 --- a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue +++ b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue @@ -69,14 +69,14 @@
@@ -89,7 +89,7 @@