From 020520cf5153add8f651c7e9c03346ec8ca0f0a9 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 11 Jul 2022 10:38:47 -0400 Subject: [PATCH] LP#1978889: display alert type for existing item alerts This patch ensures that the type of an item alert is displayed when managing item alerts in the Angular item attributes editor. To test ------- [1] Add an alert to an item. [2] From the Angular Holdings View, chose 'Edit Item Alerts' for that item. Note that the combobox for the existing alert does not display a value. [3] Open the item in the Item Attributes editor and click the Item Alerts button. Again, note that the alert type combobox does not display a value. [4] Apply the patch and repeat steps 2 and 3. This time, the alert type should be displayed. Signed-off-by: Galen Charlton Signed-off-by: Bill Erickson Signed-off-by: Elaine Hardy --- .../src/app/staff/share/holdings/copy-alerts-dialog.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/share/holdings/copy-alerts-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/share/holdings/copy-alerts-dialog.component.html index 5ccf7ff28d..db782ad28b 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holdings/copy-alerts-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/holdings/copy-alerts-dialog.component.html @@ -57,9 +57,9 @@ *ngFor="let alert of copy.copy_alerts()">

-
-- 2.11.0