This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<!-- {{ formState }} -->
|
||||
<!-- {{ obj.contractId }} -->
|
||||
<div v-if="formState.ready">
|
||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
|
||||
|
||||
<v-form ref="form">
|
||||
<v-tabs mobile-breakpoint="100" v-model="tab" @change="tabChanged">
|
||||
@@ -180,8 +180,8 @@
|
||||
xl="3"
|
||||
>
|
||||
<gz-pick-list
|
||||
:ayaType="ayaTypes().Contract"
|
||||
:showEditIcon="true"
|
||||
:aya-type="ayaTypes().Contract"
|
||||
:show-edit-icon="true"
|
||||
v-model="obj.contractId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('Contract')"
|
||||
@@ -206,7 +206,7 @@
|
||||
v-model="obj.contractExpires"
|
||||
:readonly="formState.readOnly"
|
||||
ref="contractExpires"
|
||||
testId="contractExpires"
|
||||
test-id="contractExpires"
|
||||
:error-messages="
|
||||
form().serverErrors(this, 'contractExpires')
|
||||
"
|
||||
@@ -282,9 +282,9 @@
|
||||
<v-col cols="12">
|
||||
<gz-custom-fields
|
||||
v-model="obj.customFields"
|
||||
:formKey="formCustomTemplateKey"
|
||||
:form-key="formCustomTemplateKey"
|
||||
:readonly="formState.readOnly"
|
||||
:parentVM="this"
|
||||
:parent-v-m="this"
|
||||
ref="customFields"
|
||||
data-cy="customFields"
|
||||
:error-messages="form().serverErrors(this, 'customFields')"
|
||||
@@ -294,8 +294,8 @@
|
||||
|
||||
<v-col v-if="form().showMe(this, 'Wiki')" cols="12">
|
||||
<gz-wiki
|
||||
:ayaType="ayaType"
|
||||
:ayaId="obj.id"
|
||||
:aya-type="ayaType"
|
||||
:aya-id="obj.id"
|
||||
ref="wiki"
|
||||
v-model="obj.wiki"
|
||||
:readonly="formState.readOnly"
|
||||
@@ -309,8 +309,8 @@
|
||||
>
|
||||
<gz-attachments
|
||||
:readonly="formState.readOnly"
|
||||
:ayaType="ayaType"
|
||||
:ayaId="obj.id"
|
||||
:aya-type="ayaType"
|
||||
:aya-id="obj.id"
|
||||
></gz-attachments
|
||||
></v-col>
|
||||
</v-row>
|
||||
|
||||
Reference in New Issue
Block a user