This commit is contained in:
@@ -880,7 +880,6 @@ function loadFormSettings(vm) {
|
||||
//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) {
|
||||
vm.listView = formSettings.temp.cachedListView;
|
||||
console.log("loadFormSettings::using cached list view:", vm.listView);
|
||||
} else {
|
||||
//fetch it and cache it
|
||||
return fetchListView(vm, vm.listViewId);
|
||||
|
||||
Reference in New Issue
Block a user