This commit is contained in:
2020-02-18 22:19:33 +00:00
parent 948dbe37c8
commit d809b915b8
2 changed files with 46 additions and 12 deletions

View File

@@ -781,7 +781,7 @@ 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.dataTable &&
formSettings.temp.dataTable.cachedListView != undefined
formSettings.temp.dataTable.cachedListView != null
) {
vm.listView = formSettings.temp.dataTable.cachedListView;
} else {