From 86a1f7a566204ac7cb356e664125899005d78eff Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 21 Aug 2020 16:16:50 -0400 Subject: [PATCH] LP1879335 Manage authorities hide owner/source cols These fields are generally unused, but may be in the future, so hide them by default. Additionally, teach the grid to show the org unit shortname instead of the org ID when the owner column is visible. Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html b/Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html index 94a0f5388c..0b548a590b 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html @@ -86,9 +86,9 @@ path="authority.create_date" flex="1" datatype="timestamp"> - - + -- 2.11.0