This commit is contained in:
2020-03-04 20:34:19 +00:00
parent ffa601b2f1
commit 502b5a7590
2 changed files with 17 additions and 11 deletions

View File

@@ -879,9 +879,8 @@ 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);
console.log("loadFormSettings::using cached list view:", vm.listView);
} else {
//fetch it and cache it
return fetchListView(vm, vm.listViewId);