From 416c5540be8921268e33f4267f777887d8b09110 Mon Sep 17 00:00:00 2001 From: Cesar Velez Date: Wed, 28 Jun 2017 17:52:22 -0400 Subject: [PATCH] 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 Signed-off by: Jennifer Pringle Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/staff/circ/patron/t_search.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 bcbda5a0a9..72e8336a76 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 @@
+ selected="searchArgs.home_ou" sticky-setting="eg.circ.patron.search.ou">
-- 2.43.2