From b3724b11d09d862f21f13ccfcc3ec9d6a81d25e1 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 24 Sep 2020 15:53:16 -0400 Subject: [PATCH] LP1888723 Add/Manage item notes from catalog holdings Adds an entry point for adding and managing Item Notes from the Angular staff catalog holdings view. Signed-off-by: Bill Erickson Signed-off-by: Ruth Frasur Signed-off-by: Galen Charlton --- .../app/staff/catalog/record/holdings.component.html | 8 +++++++- .../app/staff/catalog/record/holdings.component.ts | 20 +++++++++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html index 48bece53cb..958ecbb7de 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html @@ -48,6 +48,7 @@ + @@ -127,6 +128,11 @@ + + + @@ -167,7 +173,7 @@ + (onClick)="openItemAlerts($event, 'manage')"> { + if (modified) { + this.hardRefresh(); + } + } + ); + } + openReplaceBarcodeDialog(rows: HoldingsEntry[]) { const ids = this.selectedCopyIds(rows); if (ids.length === 0) { return; } -- 2.11.0