[GIT] Evergreen ILS branch rel_3_15 updated. 6f57b7dc073f03a8512263c6b24045b62fe123ab

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 6f57b7dc073f03a8512263c6b24045b62fe123ab (commit) via 88cf58b63455329676ecb346c04bd7407c11e6bd (commit) from 5d090b2bcd2c464e0ea77bf6edcfa2da2c81948a (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 6f57b7dc073f03a8512263c6b24045b62fe123ab 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 88cf58b63455329676ecb346c04bd7407c11e6bd 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 fd9d8a9dff..fc38e86550 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