This commit is contained in:
@@ -222,7 +222,7 @@
|
||||
<gz-tag-picker
|
||||
v-model="obj.customerAllowCSRInTags"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('TaggedWith')"
|
||||
:label="$ay.t('CustomerTaggedWith')"
|
||||
ref="customerAllowCSRInTags"
|
||||
data-cy="customerAllowCSRInTags"
|
||||
:error-messages="
|
||||
@@ -267,7 +267,7 @@
|
||||
<gz-tag-picker
|
||||
v-model="obj.customerAllowViewWOInTags"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('TaggedWith')"
|
||||
:label="$ay.t('CustomerTaggedWith')"
|
||||
ref="customerAllowViewWOInTags"
|
||||
data-cy="customerAllowViewWOInTags"
|
||||
:error-messages="
|
||||
@@ -315,7 +315,7 @@
|
||||
<gz-tag-picker
|
||||
v-model="obj.customerAllowWOWikiInTags"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('TaggedWith')"
|
||||
:label="$ay.t('CustomerTaggedWith')"
|
||||
ref="customerAllowWOWikiInTags"
|
||||
data-cy="customerAllowWOWikiInTags"
|
||||
:error-messages="
|
||||
@@ -348,7 +348,7 @@
|
||||
<gz-tag-picker
|
||||
v-model="obj.customerAllowUserSettingsInTags"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('TaggedWith')"
|
||||
:label="$ay.t('CustomerTaggedWith')"
|
||||
ref="customerAllowUserSettingsInTags"
|
||||
data-cy="customerAllowUserSettingsInTags"
|
||||
:error-messages="
|
||||
@@ -384,7 +384,7 @@
|
||||
<gz-tag-picker
|
||||
v-model="obj.customerAllowNotifyServiceImminentInTags"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('TaggedWith')"
|
||||
:label="$ay.t('CustomerTaggedWith')"
|
||||
ref="customerAllowNotifyServiceImminentInTags"
|
||||
data-cy="customerAllowNotifyServiceImminentInTags"
|
||||
:error-messages="
|
||||
@@ -422,7 +422,7 @@
|
||||
<gz-tag-picker
|
||||
v-model="obj.customerAllowNotifyCSRAcceptedInTags"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('TaggedWith')"
|
||||
:label="$ay.t('CustomerTaggedWith')"
|
||||
ref="customerAllowNotifyCSRAcceptedInTags"
|
||||
data-cy="customerAllowNotifyCSRAcceptedInTags"
|
||||
:error-messages="
|
||||
@@ -458,7 +458,7 @@
|
||||
<gz-tag-picker
|
||||
v-model="obj.customerAllowNotifyCSRRejectedInTags"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('TaggedWith')"
|
||||
:label="$ay.t('CustomerTaggedWith')"
|
||||
ref="customerAllowNotifyCSRRejectedInTags"
|
||||
data-cy="customerAllowNotifyCSRRejectedInTags"
|
||||
:error-messages="
|
||||
@@ -494,7 +494,7 @@
|
||||
<gz-tag-picker
|
||||
v-model="obj.customerAllowNotifyWOCreatedInTags"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('TaggedWith')"
|
||||
:label="$ay.t('CustomerTaggedWith')"
|
||||
ref="customerAllowNotifyWOCreatedInTags"
|
||||
data-cy="customerAllowNotifyWOCreatedInTags"
|
||||
:error-messages="
|
||||
@@ -527,7 +527,7 @@
|
||||
<gz-tag-picker
|
||||
v-model="obj.customerAllowNotifyWOCompletedInTags"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('TaggedWith')"
|
||||
:label="$ay.t('CustomerTaggedWith')"
|
||||
ref="customerAllowNotifyWOCompletedInTags"
|
||||
data-cy="customerAllowNotifyWOCompletedInTags"
|
||||
:error-messages="
|
||||
@@ -826,7 +826,7 @@ async function initForm(vm) {
|
||||
//
|
||||
async function fetchTranslatedText(vm) {
|
||||
await window.$gz.translation.cacheTranslations([
|
||||
"TaggedWith",
|
||||
"CustomerTaggedWith",
|
||||
"CustomerServiceRequestList",
|
||||
"WorkOrderList",
|
||||
"UserSettings",
|
||||
|
||||
Reference in New Issue
Block a user