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 cfaf13b03..f2e971739 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue @@ -228,13 +228,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 @@