From 85cae0b3498b6c1678b02ee6ed37667154f7e805 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 --- Open-ILS/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.11.0