This commit is contained in:
@@ -420,10 +420,9 @@ todo: many biz objects are not using new PUT methodology
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
CURRENTLY DOING: Report editor exposing AType field
|
CURRENTLY DOING: Report editor expose AType field for editing
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Should the label be "Show for type" rather than just Type?
|
||||||
|
|
||||||
todo: report editor feature:
|
todo: report editor feature:
|
||||||
expose aytype field with a picklist so user can change report type
|
expose aytype field with a picklist so user can change report type
|
||||||
|
|||||||
@@ -1132,6 +1132,7 @@ function generateMenu(vm) {
|
|||||||
//
|
//
|
||||||
async function initForm(vm) {
|
async function initForm(vm) {
|
||||||
await fetchTranslatedText(vm);
|
await fetchTranslatedText(vm);
|
||||||
|
await populateSelectionLists(vm);
|
||||||
}
|
}
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////
|
||||||
@@ -1199,11 +1200,7 @@ async function fetchReportData(vm) {
|
|||||||
//
|
//
|
||||||
//
|
//
|
||||||
async function populateSelectionLists(vm) {
|
async function populateSelectionLists(vm) {
|
||||||
|
|
||||||
|
|
||||||
await window.$gz.enums.fetchEnumList("coreview");
|
await window.$gz.enums.fetchEnumList("coreview");
|
||||||
vm.selectLists.coreAyaTypes = window.$gz.enums.getSelectionList("coreview");
|
vm.selectLists.coreAyaTypes = window.$gz.enums.getSelectionList("coreview");
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user