LP1888723 Repair Add Item Alerts action
authorBill Erickson <berickxx@gmail.com>
Mon, 8 Feb 2021 20:13:49 +0000 (15:13 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Sun, 15 Aug 2021 23:56:16 +0000 (19:56 -0400)
Adding alerts opens the copy alerts dialog, not the copy notes dialog.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html

index 958ecbb..c5e05ac 100644 (file)
 
     <eg-grid-toolbar-action
       i18n-group group="Add" i18n-label label="Add Item Alerts"
-      (onClick)="openItemNotes($event, 'create')">
+      (onClick)="openItemAlerts($event, 'create')">
     </eg-grid-toolbar-action>
 
     <eg-grid-toolbar-action