[open-ils-commits] [GIT] Evergreen ILS branch master updated. 416c5540be8921268e33f4267f777887d8b09110

Evergreen Git git at git.evergreen-ils.org
Mon Jul 24 12:32:26 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, master has been updated
       via  416c5540be8921268e33f4267f777887d8b09110 (commit)
      from  2574a30c08db72b56440b2a787f5a488580e757b (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 416c5540be8921268e33f4267f777887d8b09110
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