This commit is contained in:
2021-10-01 18:09:00 +00:00
parent 99210c8403
commit 5e423767bf
5 changed files with 1187 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-alpha.132",
version: "8.0.0-alpha.133",
copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
};

View File

@@ -1100,7 +1100,6 @@ async function populateSelectionLists(vm) {
if (res.error) {
vm.formState.serverError = res.error;
window.$gz.form.setErrorBoxErrors(vm);
//window.$gz.errorHandler.handleFormError(res.error, vm);
} else {
vm.selectLists.translations = res.data;
}

View File

@@ -272,7 +272,7 @@ function generateMenu(vm) {
//
async function initForm(vm) {
await fetchTranslatedText(vm);
await populateSelectionLists(vm);
populateSelectionLists(vm);
}
//////////////////////////////////////////////////////////

File diff suppressed because it is too large Load Diff