This commit is contained in:
@@ -754,7 +754,11 @@
|
|||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerAllowWOWikiInTags"
|
v-model="obj.customerAllowWOWikiInTags"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:label="$ay.t('WorkOrderContactCustomerHeadOfficeTaggedWith')"
|
:label="
|
||||||
|
$ay.t(
|
||||||
|
'WorkOrderContactCustomerHeadOfficeTaggedWith'
|
||||||
|
)
|
||||||
|
"
|
||||||
ref="customerAllowWOWikiInTags"
|
ref="customerAllowWOWikiInTags"
|
||||||
data-cy="customerAllowWOWikiInTags"
|
data-cy="customerAllowWOWikiInTags"
|
||||||
:error-messages="
|
:error-messages="
|
||||||
@@ -803,7 +807,11 @@
|
|||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerAllowWOAttachmentsInTags"
|
v-model="obj.customerAllowWOAttachmentsInTags"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:label="$ay.t('WorkOrderContactCustomerHeadOfficeTaggedWith')"
|
:label="
|
||||||
|
$ay.t(
|
||||||
|
'WorkOrderContactCustomerHeadOfficeTaggedWith'
|
||||||
|
)
|
||||||
|
"
|
||||||
ref="customerAllowWOAttachmentsInTags"
|
ref="customerAllowWOAttachmentsInTags"
|
||||||
data-cy="customerAllowWOAttachmentsInTags"
|
data-cy="customerAllowWOAttachmentsInTags"
|
||||||
:error-messages="
|
:error-messages="
|
||||||
@@ -1409,8 +1417,6 @@ async function initForm(vm) {
|
|||||||
//
|
//
|
||||||
async function fetchTranslatedText(vm) {
|
async function fetchTranslatedText(vm) {
|
||||||
await window.$gz.translation.cacheTranslations([
|
await window.$gz.translation.cacheTranslations([
|
||||||
"CustomerTaggedWith",
|
|
||||||
"TaggedWith",
|
|
||||||
"DefaultReport",
|
"DefaultReport",
|
||||||
"ContactCustomerHeadOfficeTaggedWith",
|
"ContactCustomerHeadOfficeTaggedWith",
|
||||||
"WorkOrderCustomerTaggedWith",
|
"WorkOrderCustomerTaggedWith",
|
||||||
|
|||||||
Reference in New Issue
Block a user