From c29e59881f2092a7ac85370f8d1ba48814ccf549 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 26 Jan 2022 18:55:40 +0000 Subject: [PATCH] --- ayanova/src/components/quote-header.vue | 2 ++ ayanova/src/components/quote-state.vue | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ayanova/src/components/quote-header.vue b/ayanova/src/components/quote-header.vue index fc9a5991..57253fb1 100644 --- a/ayanova/src/components/quote-header.vue +++ b/ayanova/src/components/quote-header.vue @@ -85,6 +85,7 @@ data-cy="woState" :all-states="pvm.selectLists.quotestatus" :allowed-states="pvm.selectLists.allowedquotestatus" + :error-messages="form().serverErrors(this, 'LastStatusId')" /> @@ -102,6 +103,7 @@ :form-key="formCustomTemplateKey" :readonly="formState.readOnly || value.userIsRestrictedType" :pvm="pvm" + :error-messages="form().serverErrors(this, 'Address')" data-cy="woAddress" /> diff --git a/ayanova/src/components/quote-state.vue b/ayanova/src/components/quote-state.vue index 61e4fb6c..57aa31b5 100644 --- a/ayanova/src/components/quote-state.vue +++ b/ayanova/src/components/quote-state.vue @@ -133,6 +133,11 @@ +