This commit is contained in:
@@ -1160,9 +1160,9 @@ function populateSelectionLists(vm) {
|
||||
////////////////////
|
||||
//
|
||||
function populateFieldDefinitions(vm) {
|
||||
//http://localhost:7575/api/v8/DataList/ListFields?DataListKey=TestWidgetDataList
|
||||
//http://localhost:7575/api/v8/data-list/listfields?DataListKey=TestWidgetDataList
|
||||
return window.$gz.api
|
||||
.get("DataList/ListFields?DataListKey=" + vm.dataListKey)
|
||||
.get("data-list/listfields?DataListKey=" + vm.dataListKey)
|
||||
.then(res => {
|
||||
if (res.error) {
|
||||
throw res.error;
|
||||
|
||||
Reference in New Issue
Block a user