This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user