From: Bill Erickson Date: Thu, 24 Sep 2020 19:53:16 +0000 (-0400) Subject: LP1888723 Add/Manage item notes from catalog holdings X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b3724b11d09d862f21f13ccfcc3ec9d6a81d25e1;p=working%2FEvergreen.git 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 --- 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; }