This commit is contained in:
@@ -391,54 +391,6 @@
|
||||
></v-checkbox>
|
||||
</v-col>
|
||||
|
||||
<v-col
|
||||
v-if="
|
||||
form().showMe(this, 'CopyWiki') &&
|
||||
!(
|
||||
value.userIsSubContractorFull ||
|
||||
value.userIsSubContractorRestricted
|
||||
)
|
||||
"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="4"
|
||||
xl="3"
|
||||
>
|
||||
<v-checkbox
|
||||
v-model="value.copyWiki"
|
||||
:readonly="formState.readOnly || value.userIsTechRestricted"
|
||||
:label="$ay.t('CopyWiki')"
|
||||
ref="copyWiki"
|
||||
data-cy="copyWiki"
|
||||
:error-messages="form().serverErrors(this, 'copyWiki')"
|
||||
@change="fieldValueChanged('copyWiki')"
|
||||
></v-checkbox>
|
||||
</v-col>
|
||||
|
||||
<v-col
|
||||
v-if="
|
||||
form().showMe(this, 'CopyAttachments') &&
|
||||
!(
|
||||
value.userIsSubContractorFull ||
|
||||
value.userIsSubContractorRestricted
|
||||
)
|
||||
"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="4"
|
||||
xl="3"
|
||||
>
|
||||
<v-checkbox
|
||||
v-model="value.copyAttachments"
|
||||
:readonly="formState.readOnly || value.userIsTechRestricted"
|
||||
:label="$ay.t('CopyAttachments')"
|
||||
ref="copyAttachments"
|
||||
data-cy="copyAttachments"
|
||||
:error-messages="form().serverErrors(this, 'copyAttachments')"
|
||||
@change="fieldValueChanged('copyAttachments')"
|
||||
></v-checkbox>
|
||||
</v-col>
|
||||
|
||||
<v-col
|
||||
v-if="
|
||||
form().showMe(this, 'Tags') &&
|
||||
|
||||
Reference in New Issue
Block a user