From c6db533aed19a351fc0354889c43c4c16ca463a1 Mon Sep 17 00:00:00 2001 From: Dan Briem Date: Wed, 3 Mar 2021 13:21:22 -0500 Subject: [PATCH] LP#1917495 Angular Catalog: Hold status in View Holds is not saved To test: 1. Go to a record in the Angular catalog 2. Click the View Holds tab 3. If status col is visible, remove status col, and save grid 4. Add status col and save grid. 5. Refresh page and note status field didn't stay visible 6. Apply patch, repeat steps 1-5, note Status stays visible Signed-off-by: Dan Briem Signed-off-by: Michele Morgan Signed-off-by: Galen Charlton --- .../src/eg2/src/app/staff/share/holds/grid.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html b/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html index ec89ded58a..84bb536332 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html @@ -150,13 +150,13 @@ {{hold.title}} - - + -- 2.43.2