]> git.evergreen-ils.org Git - Evergreen.git/commit
webstaff: implement some workstation preferences
authorGalen Charlton <gmc@esilibrary.com>
Mon, 17 Oct 2016 21:34:30 +0000 (17:34 -0400)
committerKathy Lussier <klussier@masslnc.org>
Tue, 22 Nov 2016 19:10:03 +0000 (14:10 -0500)
commitb552d92b37829095cd16342b2de3cb7e2800c190
tree8b153aeb25c100661f0132eaea536114f55b99f9
parent58f0446bef1f4d00e1529c69290fb5c3e444a69a
webstaff: implement some workstation preferences

- Default search library
- Preferred library
- Advanced search pane

Because AngularJS has no way of adding HTTP request headers to
user interactions with the contents of an iframe, the search
library and preferred library are passed to TPAC via two new
session cookies, eg_pref_lib and eg_search_lib.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm
Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2
Open-ILS/web/js/ui/default/staff/admin/workstation/app.js
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js