This commit is contained in:
@@ -751,7 +751,6 @@ async function fetchEnums(columnData) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/////////////////////////////////
|
||||
//
|
||||
//
|
||||
@@ -880,7 +879,9 @@ function loadFormSettings(vm) {
|
||||
if (vm.listViewId > 0) {
|
||||
//0=no list view, -1=unsaved list view so any number greater than zero means there sb a cached local copy of a saved list view
|
||||
if (formSettings.temp && formSettings.temp.cachedListView != null) {
|
||||
console.log("loadFormSettings::using cached list view:");
|
||||
vm.listView = formSettings.temp.cachedListView;
|
||||
console.log(vm.listView);
|
||||
} else {
|
||||
//fetch it and cache it
|
||||
return fetchListView(vm, vm.listViewId);
|
||||
|
||||
Reference in New Issue
Block a user