[GIT] Evergreen ILS branch rel_3_14 updated. b67a62f24c669e9f740cfae3bed344bcf3fa5e0b

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 b67a62f24c669e9f740cfae3bed344bcf3fa5e0b (commit) from 4a701eec7f888ffc1b314f515b24ca25ad6623c8 (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 b67a62f24c669e9f740cfae3bed344bcf3fa5e0b Author: Josh Stompro <stomproj@larl.org> Date: Tue Jul 30 14:09:08 2024 -0500 LP#1753795 - Adds string for 'Fulfilled' hold status for AngularJS interfaces. When viewing the detailed view of a fulfilled hold in the AngularJS interface, the status shows as the untranslated string '9'. This adds a default string for that hold status. Release-note: Adds string for 'Fulfilled' hold status for AngularJS interfaces. Testing: 1. Find a fulfilled hold, or fulfill a hold by checking it out. 2. Make note of the hold ID. 3. View the hold in the patron angular js hold detail view by using this url. https://eg-server.org/eg/staff/circ/patron/1/holds/<holdid> Before fix the status will be '9'. After fix the status will be 'Fulfilled'. Signed-off-by: Josh Stompro <stomproj@larl.org> Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Michele Morgan <mmorgan@noblenet.org> diff --git a/Open-ILS/src/templates/staff/circ/share/hold_strings.tt2 b/Open-ILS/src/templates/staff/circ/share/hold_strings.tt2 index 5bb570f96e..ab5a850b88 100644 --- a/Open-ILS/src/templates/staff/circ/share/hold_strings.tt2 +++ b/Open-ILS/src/templates/staff/circ/share/hold_strings.tt2 @@ -11,6 +11,7 @@ s.HOLD_STATUS_5 = "[% l('Hold Shelf Delay') %]"; s.HOLD_STATUS_6 = "[% l('Canceled') %]"; s.HOLD_STATUS_7 = "[% l('Suspended') %]"; s.HOLD_STATUS_8 = "[% l('Wrong Shelf') %]"; +s.HOLD_STATUS_9 = "[% l('Fulfilled') %]"; s.ACTIVATE_HOLDS = "[% l('Activate [_1] Hold(s)?', '{{num_holds}}') %]" s.SUSPEND_HOLDS = "[% l('Suspend [_1] Hold(s)?', '{{num_holds}}') %]" s.SET_TOP_OF_QUEUE = ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/templates/staff/circ/share/hold_strings.tt2 | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User