This commit is contained in:
2021-11-15 18:10:09 +00:00
parent 29882cc307
commit 84d8a704db

View File

@@ -346,7 +346,7 @@
show-edit-icon show-edit-icon
v-model="obj.customerTagWorkOrderReport1Id" v-model="obj.customerTagWorkOrderReport1Id"
:readonly="formState.readOnly" :readonly="formState.readOnly"
:label="$ay.t('TaggedCustomerAccessWorkOrderReport')" :label="$ay.t('DefaultReport')"
ref="customerTagWorkOrderReport1Id" ref="customerTagWorkOrderReport1Id"
data-cy="customerTagWorkOrderReport1Id" data-cy="customerTagWorkOrderReport1Id"
:error-messages=" :error-messages="
@@ -957,6 +957,8 @@ async function initForm(vm) {
async function fetchTranslatedText(vm) { async function fetchTranslatedText(vm) {
await window.$gz.translation.cacheTranslations([ await window.$gz.translation.cacheTranslations([
"CustomerTaggedWith", "CustomerTaggedWith",
"TaggedWith",
"DefaultReport",
"ContactCustomerHeadOfficeTaggedWith", "ContactCustomerHeadOfficeTaggedWith",
"CustomerServiceRequestList", "CustomerServiceRequestList",
"WorkOrderList", "WorkOrderList",