This commit is contained in:
@@ -618,7 +618,9 @@ var JUST_DELETED = false;
|
||||
//
|
||||
function initForm(vm) {
|
||||
return fetchLocaleText(vm).then(
|
||||
populatePickLists(vm).then(fetchFormCustomTemplate(vm))
|
||||
populatePickLists(vm).then(
|
||||
vm.$gzformcustomtemplate.get(FORM_CUSTOM_TEMPLATE_KEY)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
@@ -634,12 +636,6 @@ function populatePickLists(vm) {
|
||||
});
|
||||
}
|
||||
|
||||
//////////////////////
|
||||
//
|
||||
//
|
||||
function fetchFormCustomTemplate(vm) {
|
||||
return vm.$gzformcustomtemplate.get(FORM_CUSTOM_TEMPLATE_KEY);
|
||||
}
|
||||
|
||||
//////////////////////
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user