From 4fd75f81f526968e8b06ac37f61de7fa052bf79a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 25 Feb 2020 13:39:07 -0500 Subject: [PATCH] eg-grid: ensure that ignoreFields does not need to be set Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/share/grid/grid.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid.component.ts b/Open-ILS/src/eg2/src/app/share/grid/grid.component.ts index 7412bac269..23996ee26b 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid.component.ts +++ b/Open-ILS/src/eg2/src/app/share/grid/grid.component.ts @@ -158,6 +158,7 @@ export class GridComponent implements OnInit, AfterViewInit, OnDestroy { this.context.rowFlairCallback = this.rowFlairCallback; this.context.disablePaging = this.disablePaging === true; this.context.cellTextGenerator = this.cellTextGenerator; + this.context.ignoredFields = []; if (this.showFields) { this.context.defaultVisibleFields = this.showFields.split(','); -- 2.11.0