]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1052941: Internal Server Error when adding to My List in staff client.
authorJason Stephenson <jstephenson@mvlc.org>
Wed, 3 Oct 2012 16:42:01 +0000 (12:42 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Tue, 9 Oct 2012 15:42:18 +0000 (11:42 -0400)
commit95f607400e1adc51c8dea8c38a917ed85c7c2772
treedac856abbe88445f2c425ac08275117b69c85e68
parentee8d5613cd3bc469678deece795fb43adb0e8f91
LP1052941: Internal Server Error when adding to My List in staff client.

Don't redirect in EGCatLoader/Account.pm when in staff client context and
we're adding to a My List/Bookbag.

Add a wrapper macro to bookbag_actions.tt2 to wrap the add to book bag URLs
with some javascript that opens a new tab in the staff client. This is to
prevent the staff person from losing their search results as they would if
the new URL were opened in their current tab.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm
Open-ILS/src/templates/opac/parts/bookbag_actions.tt2