
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, rel_3_15 has been updated via 32496a58c0e9f290e57604b52927db41af7eae32 (commit) from 0b90e3db982507911f21a735405744e4ae2dbe0d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 32496a58c0e9f290e57604b52927db41af7eae32 Author: Stephanie Leary <stephanie.leary@equinoxoli.org> Date: Fri Apr 11 21:47:36 2025 +0000 LP2004026 Consistent menu actions for alerts, notes, tags Changes "Add/Manage Item [Alerts/Notes/Tags]" menu options to remove "Add/Manage" for consistency with other menus and reduce redundant wording (as these are already in the Add group). Release-note: Removes "Add/Manage" from item alerts, notes, and tags contextual menu items for consistency with other menus. Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Sarah Cruz <scruz@georgialibraries.org> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> 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 e4e5e745a6..4dba6ec44b 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 @@ -115,17 +115,17 @@ </eg-grid-toolbar-action> <eg-grid-toolbar-action - i18n-group group="Add" i18n-label label="Add/Manage Item Alerts" + i18n-group group="Add" i18n-label label="Item Alerts" (onClick)="openItemAlerts($event)"> </eg-grid-toolbar-action> <eg-grid-toolbar-action - i18n-group group="Add" i18n-label label="Add/Manage Item Tags" + i18n-group group="Add" i18n-label label="Item Tags" (onClick)="openItemTags($event)"> </eg-grid-toolbar-action> <eg-grid-toolbar-action - i18n-group group="Add" i18n-label label="Add/Manage Item Notes" + i18n-group group="Add" i18n-label label="Item Notes" (onClick)="openItemNotes($event)"> </eg-grid-toolbar-action> ----------------------------------------------------------------------- Summary of changes: .../src/eg2/src/app/staff/catalog/record/holdings.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- Evergreen ILS