This commit is contained in:
2020-03-04 22:37:25 +00:00
parent 502b5a7590
commit 28e2b61a34
5 changed files with 10 additions and 17 deletions

View File

@@ -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);