This commit is contained in:
@@ -313,7 +313,7 @@ function generateMenu(vm) {
|
||||
//
|
||||
async function initForm(vm) {
|
||||
await fetchTranslatedText(vm);
|
||||
await populateSelectionLists(vm);
|
||||
populateSelectionLists(vm);
|
||||
await ensureTemplateIsInStore(vm);
|
||||
await initDataObject(vm);
|
||||
}
|
||||
|
||||
@@ -430,6 +430,7 @@ function initWorkingView(vm) {
|
||||
if (fld.isRowId) {
|
||||
o.rid = true;
|
||||
}
|
||||
|
||||
ret.push(o);
|
||||
}
|
||||
|
||||
@@ -449,7 +450,7 @@ function initWorkingView(vm) {
|
||||
o.rid = true;
|
||||
o.include = true;
|
||||
}
|
||||
|
||||
|
||||
ret.push(o);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user