]> git.evergreen-ils.org Git - Evergreen.git/commit - Open-ILS/src/templates/opac/parts/place_hold.tt2
TPac; hold success confirmation; redirect repairs
authorBill Erickson <berick@esilibrary.com>
Wed, 2 Nov 2011 15:28:57 +0000 (11:28 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 15 Nov 2011 17:02:45 +0000 (12:02 -0500)
commit240685d185761087aba05b48efccc7796d91aecb
tree693789955abba6683c3d3197c73aaa9fe6b3d48a
parent2cd2a9817e0a887865402c4b5dd8fd9660bd573a
TPac; hold success confirmation; redirect repairs

1. After a successful hold placement, provide feedback to the user that
the hold placement succeeded.  After placement, the user is taken to a
page (same page for failed holds) where the title(s) are listed along
with the success/failure information for each.

2. In some cases, the user may be redirected to the my account page
instead of the point of origin for holds placement.  This occurs
generally when the user is not already logged in and is asked to log in
prior to holds placement.

3. As a side effect, this change replaces one of the ornery
history.go(-1) actions with a true href/URL.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm
Open-ILS/src/templates/opac/parts/place_hold.tt2
Open-ILS/src/templates/opac/parts/place_hold_result.tt2
Open-ILS/src/templates/opac/parts/record/issues.tt2
Open-ILS/src/templates/opac/parts/record/summary.tt2
Open-ILS/src/templates/opac/parts/result/table.tt2