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