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

Evergreen Git git at git.evergreen-ils.org
Mon Apr 30 11:01:25 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  1a3bb839a9d192ab482cf920fae716341aafa25b (commit)
      from  50d9d9bc045df7c678af428251c141de55d0e062 (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 1a3bb839a9d192ab482cf920fae716341aafa25b
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Sat Mar 17 11:01:08 2018 -0700

    LP1721143: making permission group dropdown scrollable in patron create/edit interface
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
    Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
    Signed-off-by: Cesar Velez <cesar.velez at equinoxinitiative.org>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
index f93fbfa..eacd477 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
@@ -460,7 +460,7 @@ within the "form" by name for validation.
         </span>
         <span class="caret"></span>
       </button>
-      <ul uib-dropdown-menu>
+      <ul class="scrollable-menu" uib-dropdown-menu>
         <li ng-repeat="grp in edit_profiles" 
           ng-class="{disabled : grp.usergroup() == 'f'}">
           <a href 

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

Summary of changes:
 .../src/templates/staff/circ/patron/t_edit.tt2     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list