[GIT] Evergreen ILS branch rel_3_14 updated. 2b610b8c154d47e9cf0703932396ec0c21192d01

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_14 has been updated via 2b610b8c154d47e9cf0703932396ec0c21192d01 (commit) from f384ebe97ecf000e8892befc99f25cd94ea78827 (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 2b610b8c154d47e9cf0703932396ec0c21192d01 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
participants (1)
-
Git User