This commit is contained in:
@@ -294,7 +294,6 @@ function generateMenu(vm) {
|
||||
//
|
||||
async function initForm(vm) {
|
||||
await fetchTranslatedText(vm);
|
||||
// await populateSelectionLists(vm);
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////
|
||||
@@ -309,13 +308,4 @@ async function fetchTranslatedText(vm) {
|
||||
"MemoToID"
|
||||
]);
|
||||
}
|
||||
|
||||
// //////////////////////
|
||||
// //
|
||||
// //
|
||||
// async function populateSelectionLists(vm) {
|
||||
// //ensure the pick lists required are pre-fetched
|
||||
// await window.$gz.enums.fetchEnumList("usertype");
|
||||
// vm.selectLists.usertypes = window.$gz.enums.getSelectionList("usertype");
|
||||
// }
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user