This commit is contained in:
@@ -843,7 +843,7 @@ let JUST_DELETED = false;
|
|||||||
//
|
//
|
||||||
//
|
//
|
||||||
async function initForm(vm) {
|
async function initForm(vm) {
|
||||||
await fetchTranslatedText(vm);
|
await fetchTranslatedText();
|
||||||
await window.$gz.formCustomTemplate.get(FORM_CUSTOM_TEMPLATE_KEY);
|
await window.$gz.formCustomTemplate.get(FORM_CUSTOM_TEMPLATE_KEY);
|
||||||
await populateSelectionLists(vm);
|
await populateSelectionLists(vm);
|
||||||
}
|
}
|
||||||
@@ -852,7 +852,7 @@ async function initForm(vm) {
|
|||||||
//
|
//
|
||||||
// Ensures UI translated text is available
|
// Ensures UI translated text is available
|
||||||
//
|
//
|
||||||
async function fetchTranslatedText(vm) {
|
async function fetchTranslatedText() {
|
||||||
await window.$gz.translation.cacheTranslations([
|
await window.$gz.translation.cacheTranslations([
|
||||||
"CustomerServiceRequest",
|
"CustomerServiceRequest",
|
||||||
"CustomerServiceRequestAcceptToNew",
|
"CustomerServiceRequestAcceptToNew",
|
||||||
|
|||||||
Reference in New Issue
Block a user