From bda0e79e4361a19b87bed3adc7c5104c4e480463 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 24 Jan 2022 19:47:40 +0000 Subject: [PATCH] --- ayanova/src/components/quote-header.vue | 12 ++++++------ ayanova/src/components/quote-items.vue | 5 +---- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/ayanova/src/components/quote-header.vue b/ayanova/src/components/quote-header.vue index e56a2a46..4f6e6a2d 100644 --- a/ayanova/src/components/quote-header.vue +++ b/ayanova/src/components/quote-header.vue @@ -59,7 +59,7 @@ :readonly="formState.readOnly || value.userIsTechRestricted" :label="$ay.t('QuotePreparedByID')" data-cy="preparedById" - :error-messages="form().serverErrors(this, 'preparedById')" + :error-messages="form().serverErrors(this, 'QuotePreparedByID')" @input="fieldValueChanged('preparedById')" > @@ -120,7 +120,7 @@ v-model="value.introduction" :readonly="formState.readOnly || value.userIsTechRestricted" :label="$ay.t('QuoteIntroduction')" - :error-messages="form().serverErrors(this, 'introduction')" + :error-messages="form().serverErrors(this, 'QuoteIntroduction')" data-cy="introduction" auto-grow @input="fieldValueChanged('introduction')" @@ -167,7 +167,7 @@ :label="$ay.t('QuoteQuoteRequestDate')" :readonly="formState.readOnly || value.userIsTechRestricted" data-cy="requested" - :error-messages="form().serverErrors(this, 'requested')" + :error-messages="form().serverErrors(this, 'QuoteQuoteRequestDate')" @input="fieldValueChanged('requested')" > @@ -191,7 +191,7 @@ :label="$ay.t('QuoteValidUntilDate')" :readonly="formState.readOnly || value.userIsTechRestricted" data-cy="validUntil" - :error-messages="form().serverErrors(this, 'validUntil')" + :error-messages="form().serverErrors(this, 'QuoteValidUntilDate')" @input="fieldValueChanged('validUntil')" > @@ -215,7 +215,7 @@ :label="$ay.t('QuoteDateSubmitted')" :readonly="formState.readOnly || value.userIsTechRestricted" data-cy="submitted" - :error-messages="form().serverErrors(this, 'submitted')" + :error-messages="form().serverErrors(this, 'QuoteDateSubmitted')" @input="fieldValueChanged('submitted')" > @@ -239,7 +239,7 @@ :label="$ay.t('QuoteDateApproved')" :readonly="formState.readOnly || value.userIsTechRestricted" data-cy="approved" - :error-messages="form().serverErrors(this, 'approved')" + :error-messages="form().serverErrors(this, 'QuoteDateApproved')" @input="fieldValueChanged('approved')" > diff --git a/ayanova/src/components/quote-items.vue b/ayanova/src/components/quote-items.vue index 507dcbba..11f45a9f 100644 --- a/ayanova/src/components/quote-items.vue +++ b/ayanova/src/components/quote-items.vue @@ -215,10 +215,7 @@ }}$ayiTrashRestoreAlt
- +