
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 3920ff9658c0e0e3a3b6e61a35cca9fa7532c59d (commit) via 0d97f8155599d59d56be22af3d33c418359063de (commit) from 25621340d82111771e7f34931396be3989d3ea14 (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 3920ff9658c0e0e3a3b6e61a35cca9fa7532c59d 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 0d97f8155599d59d56be22af3d33c418359063de 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 a7df3c928f..f4d66973f3 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