From ae12e3c0f20d3d1c8d046ed8d03784f7ae816f08 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 --- .../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 c1355c1936..31b81e35be 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