diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 9edae681..043f3dee 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -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);