This commit is contained in:
@@ -442,7 +442,8 @@ function initWorkingView(vm) {
|
||||
//Pass 1, iterate the columns first
|
||||
for (let i = 0; i < columns.length; i++) {
|
||||
let fld = vm.fieldDefinitions.find(z => z.fieldKey == columns[i]);
|
||||
|
||||
//bugbug: if there is a incorrect field in the view it surfaces here when user attempts to set the column view because it doesn't turn up so fld here will be null
|
||||
//in this case ideally the fix would be to ignore the probably bogus column and move on to work without it
|
||||
let o = {
|
||||
key: fld.fieldKey,
|
||||
title: null,
|
||||
|
||||
Reference in New Issue
Block a user