[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. a29b22a252f594e6bd3d08a346926b9e5703c8ec

Evergreen Git git at git.evergreen-ils.org
Thu May 10 14:36:28 EDT 2018


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_3_1 has been updated
       via  a29b22a252f594e6bd3d08a346926b9e5703c8ec (commit)
      from  7c995a6ee36f54ce010af30c128a4ab81f3aec4b (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 a29b22a252f594e6bd3d08a346926b9e5703c8ec
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Mon Apr 30 15:49:59 2018 -0500

    LP1766712: Add Scrollbar to Patron Search Permission Group Field
    
    To test:
    * Open the patron search screen
    * Click the Profile Group dropdown
    * Confirm that there is a scrollbar
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
    Signed-off-by: Jeanette Lundgren <jlundgren at cwmars.org>
    Signed-off-by: Jason Stephenson <jason at sigio.com>

diff --git a/Open-ILS/src/templates/staff/share/t_patron_search_form.tt2 b/Open-ILS/src/templates/staff/share/t_patron_search_form.tt2
index d84a2f8..9eab22e 100644
--- a/Open-ILS/src/templates/staff/share/t_patron_search_form.tt2
+++ b/Open-ILS/src/templates/staff/share/t_patron_search_form.tt2
@@ -120,7 +120,7 @@
                 <span style="padding-right: 5px;">{{searchArgs.profile.name() || "[% l('Profile Group') %]"}}</span>
                 <span class="caret"></span>
               </button>
-              <ul uib-dropdown-menu>
+              <ul class="scrollable-menu" uib-dropdown-menu>
                 <li ng-repeat="grp in profiles">
                   <a href
                     style="padding-left: {{pgt_depth(grp) * 10 + 5}}px"

-----------------------------------------------------------------------

Summary of changes:
 .../templates/staff/share/t_patron_search_form.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list