This commit is contained in:
2020-07-20 22:03:48 +00:00
parent 8b8bdc4880
commit 7583b815c9

View File

@@ -263,8 +263,7 @@ async function fetchTranslatedText(vm) {
async function populateSelectionLists(vm) {
//ensure the pick lists required are pre-fetched
await window.$gz.enums.fetchEnumList("NotifyEventType");
var v = window.$gz.enums.getSelectionList("NotifyEventType");
console.log(v);
vm.selectLists.eventTypes = window.$gz.enums.getSelectionList(
"NotifyEventType"
);