[GIT] Evergreen ILS branch rel_3_14 updated. a9cab0ec7adae4efb74b9c1fa6c3f57913188005

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 a9cab0ec7adae4efb74b9c1fa6c3f57913188005 (commit) via 8f6a91d706bf363e4637eac85d1421adef2e3f8e (commit) from 3068d0a797665cc0d672f0372d8be26ad3f04a46 (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 a9cab0ec7adae4efb74b9c1fa6c3f57913188005 Author: Stephanie Leary <stephanie.leary@equinoxoli.org> Date: Wed Jul 9 17:05:06 2025 +0000 LP2115267 Fix typo in pending changes dialogs Fixes a typo in the dialog warning users of unsaved pending changes in the record and patron components. 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/record.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html index f15670aeae..2b4a421212 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html @@ -6,7 +6,7 @@ <eg-confirm-dialog #pendingChangesDialog i18n-dialogTitle dialogTitle="Unsaved Changes Confirmation" - i18n-dialogBoby dialogBody="Unsaved changes will be lost. Continue navigation?"> + i18n-dialogBody dialogBody="Unsaved changes will be lost. Continue navigation?"> </eg-confirm-dialog> <div id="staff-catalog-record-container" role="region" aria-labelledby="bib-record-summary"> diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/patron.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/patron.component.html index e8bc013b17..fbd35281e8 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/patron.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/patron.component.html @@ -6,7 +6,7 @@ <eg-confirm-dialog #pendingChangesDialog i18n-dialogTitle dialogTitle="Unsaved Changes Confirmation" - i18n-dialogBoby dialogBody="Unsaved changes will be lost. Continue navigation?"> + i18n-dialogBody dialogBody="Unsaved changes will be lost. Continue navigation?"> </eg-confirm-dialog> <eg-confirm-dialog #purgeConfirm1 commit 8f6a91d706bf363e4637eac85d1421adef2e3f8e Author: Jane Sandberg <js7389@princeton.edu> Date: Tue Jun 24 07:33:36 2025 -0700 LP2115267: Mark unsaved changes text for translation in holdings editor Release-note: Allow text in a holdings editor dialog to be translated. To test: 1. Apply this patch 2. cd Open-ILS/src/eg2 3. npm i 4. npm run export-strings 5. grep 'Unsaved changes will be lost.' locale/messages.xmb 6. Confirm that the grep has at least one result (i.e. the string has been made available for translators to translate. Signed-off-by: Jane Sandberg <js7389@princeton.edu> 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/cat/volcopy/volcopy.component.html b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.component.html index 96dc50c978..98db817c15 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.component.html @@ -2,7 +2,7 @@ <eg-confirm-dialog #pendingChangesDialog i18n-dialogTitle dialogTitle="Unsaved Changes Confirmation" - i18n-dialogBoby dialogBody="Unsaved changes will be lost. Continue navigation?"> + i18n-dialogBody dialogBody="Unsaved changes will be lost. Continue navigation?"> </eg-confirm-dialog> <eg-alert-dialog #uneditableItemsDialog ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.component.html | 2 +- Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html | 2 +- Open-ILS/src/eg2/src/app/staff/circ/patron/patron.component.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User