This commit is contained in:
@@ -263,8 +263,7 @@ async function fetchTranslatedText(vm) {
|
|||||||
async function populateSelectionLists(vm) {
|
async function populateSelectionLists(vm) {
|
||||||
//ensure the pick lists required are pre-fetched
|
//ensure the pick lists required are pre-fetched
|
||||||
await window.$gz.enums.fetchEnumList("NotifyEventType");
|
await window.$gz.enums.fetchEnumList("NotifyEventType");
|
||||||
var v = window.$gz.enums.getSelectionList("NotifyEventType");
|
|
||||||
console.log(v);
|
|
||||||
vm.selectLists.eventTypes = window.$gz.enums.getSelectionList(
|
vm.selectLists.eventTypes = window.$gz.enums.getSelectionList(
|
||||||
"NotifyEventType"
|
"NotifyEventType"
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user