Change #3816
Category | None |
Changed by | Kathy Lussier <klussier | @masslnc.org>
Changed at | Fri 10 Feb 2017 07:06:57 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | cc481b043893c52951d4cbe9b836bdcf381968e3 |
Comments
LP#1654534: Prevent loop that occurs when staff us 'place another hold' link A hidden field that tracked the page the user was on before placing a hold was inadvertently removed in another bug fix. As a result, if staff used the link to place another hold on the same title, they were stuck in a loop where they couldn't return to the source page after hitting the 'continue' button. This commit restores that hidden field. Also provides a fix so that hold labels used in the place another hold link can be translated. Signed-off-by: Kathy Lussier <klussier@masslnc.org> Signed-off-by: Ben Shum <ben@evergreener.net>
Changed files
- Open-ILS/src/templates/opac/parts/place_hold.tt2
- Open-ILS/src/templates/opac/parts/place_hold_result.tt2