
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 3c56b16a87904837d3175a6435dc968d47045fd3 (commit) from 302e6ff0c9d4fb8172257a67b515bac48fc3fde8 (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 3c56b16a87904837d3175a6435dc968d47045fd3 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