From: Galen Charlton Date: Mon, 11 Jul 2022 14:38:47 +0000 (-0400) Subject: LP#1978889: display alert type for existing item alerts X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=020520cf5153add8f651c7e9c03346ec8ca0f0a9;p=evergreen%2Ftadl.git 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 --- 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()">

-