From 2fe359f1893a89921e145b846ae4fe869e8fba6c Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 28 Jun 2018 11:22:43 -0400 Subject: [PATCH] LP#1775466 Catalog/grid thinko fixes Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/share/grid/grid.component.ts | 2 +- Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 65f0338d7a..6cd2a15c5b 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 @@ -90,7 +90,7 @@ export class GridComponent implements OnInit, AfterViewInit, OnDestroy { this.context.rowFlairCallback = this.rowFlairCallback || function () { return ''; }; this.context.rowClassCallback = - his.rowClassCallback || function () { return ''; }; + this.rowClassCallback || function () { return ''; }; this.context.cellClassCallback = this.cellClassCallback || function() { return ''; }; diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html index 5d3c12f551..c30f46f7db 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html @@ -81,7 +81,7 @@