From ff62150cb07da3faf8e0a3e3377115262cbbbbad Mon Sep 17 00:00:00 2001 From: Thijn Date: Thu, 2 Jan 2025 13:21:51 +0100 Subject: [PATCH 1/3] fixed search customer modal not opening --- src/modals/contactMomenten/ContactMomentenForm.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/modals/contactMomenten/ContactMomentenForm.vue b/src/modals/contactMomenten/ContactMomentenForm.vue index 60b36d2..d4adaec 100644 --- a/src/modals/contactMomenten/ContactMomentenForm.vue +++ b/src/modals/contactMomenten/ContactMomentenForm.vue @@ -250,6 +250,7 @@ import { contactMomentStore, navigationStore, taakStore, zaakStore } from '../.. From ceb9a8cd33aea7eadde0997c24db3ea10b2ddb8a Mon Sep 17 00:00:00 2001 From: Remko Date: Mon, 6 Jan 2025 11:31:01 +0100 Subject: [PATCH 2/3] Add klant with disabled button if employe or channel is not selected --- .../contactMomenten/ContactMomentenForm.vue | 28 ++++++++++--------- src/views/widgets/ContactMomentenWidget.vue | 1 + 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/modals/contactMomenten/ContactMomentenForm.vue b/src/modals/contactMomenten/ContactMomentenForm.vue index 6471fba..f8debf2 100644 --- a/src/modals/contactMomenten/ContactMomentenForm.vue +++ b/src/modals/contactMomenten/ContactMomentenForm.vue @@ -1,5 +1,5 @@