[GIT] Evergreen ILS branch main updated. 7c09b3bdb5cc55d0ada3801a63ba7acac2891487

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, main has been updated via 7c09b3bdb5cc55d0ada3801a63ba7acac2891487 (commit) from e0d8804bdbf64ee5cd2a09c537ab87d2e3b80259 (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 7c09b3bdb5cc55d0ada3801a63ba7acac2891487 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: 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