[open-ils-commits] [GIT] Evergreen ILS branch master updated. 1d3f99debbaab3f0a85a9ee14294853d13baac25
Evergreen Git
git at git.evergreen-ils.org
Mon Apr 30 11:01:24 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, master has been updated
via 1d3f99debbaab3f0a85a9ee14294853d13baac25 (commit)
from 6dce07044218943be05b6f9d019154189130ab3e (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 1d3f99debbaab3f0a85a9ee14294853d13baac25
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