[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 06fe3824d7f71913a7bfd99156bd3a176f2c324c

Evergreen Git git at git.evergreen-ils.org
Thu May 10 14:36:21 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_0 has been updated
       via  06fe3824d7f71913a7bfd99156bd3a176f2c324c (commit)
      from  5ca6ede3099b6c2d11a16d9d5e6051c3eada0799 (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 06fe3824d7f71913a7bfd99156bd3a176f2c324c
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