From ffa601b2f16ffc64e808f762a090003e62ed1153 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 4 Mar 2020 19:18:57 +0000 Subject: [PATCH] --- ayanova/src/components/gz-data-table.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);