[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. 79bb12cf4573ff4d1e892efe77f52589907641e9
Evergreen Git
git at git.evergreen-ils.org
Mon Jul 24 12:33:47 EDT 2017
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, rel_2_12 has been updated
via 79bb12cf4573ff4d1e892efe77f52589907641e9 (commit)
from 36f4bdc5d9aca8709e5ade0f49ce6c77a4a22b4d (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 79bb12cf4573ff4d1e892efe77f52589907641e9
Author: Cesar Velez <cesar.velez at equinoxinitiative.org>
Date: Wed Jun 28 17:52:22 2017 -0400
LP#1691264 - WebStaff Add stickiness to Patron Search Org-level selector
When searching for users within the patron app, the org-unit selector
dropdown would stay cached to the last used value, but reloading the
PAtron sarch view would reset that. This adds stick-setting attribute
to that custom dropdown and LocalStorage via key eg.circ.patron.search.ou
Signed-off by: Cesar Velez <cesar.velez at equinoxinitiative.org>
Signed-off by: Jennifer Pringle <jennifer.pringle at bc.libraries.coop>
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_search.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_search.tt2
index bcbda5a..72e8336 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_search.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_search.tt2
@@ -132,7 +132,7 @@
<div class="col-md-2">
<eg-org-selector label="[% l('Home Library') %]"
- selected="searchArgs.home_ou">
+ selected="searchArgs.home_ou" sticky-setting="eg.circ.patron.search.ou">
</eg-org-selector>
</div>
-----------------------------------------------------------------------
Summary of changes:
.../src/templates/staff/circ/patron/t_search.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list