From 7bf929c46bdbce5b02a7adbafaf3939e48889d5c Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Mon, 29 Jan 2018 16:37:15 -0500 Subject: [PATCH 1/1] LP#1707063: Naive ng-class test for last-column-modified Instead of comparing a (potentially undefined) property of a column, we'll just compare the column object directly when checking to see if a column header should be highlighted for "last touched in editing mode." Signed-off-by: Mike Rylander Signed-off-by: Cesar Velez Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/staff/share/t_autogrid.tt2 | 2 +- Open-ILS/web/js/ui/default/staff/services/grid.js | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/staff/share/t_autogrid.tt2 b/Open-ILS/src/templates/staff/share/t_autogrid.tt2 index 4a91d0ccef..0519012098 100644 --- a/Open-ILS/src/templates/staff/share/t_autogrid.tt2 +++ b/Open-ILS/src/templates/staff/share/t_autogrid.tt2 @@ -230,7 +230,7 @@