[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 1915e01c775bae9b28dfe39efd2e5f1fdda5f357
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, rel_3_0 has been updated
via 1915e01c775bae9b28dfe39efd2e5f1fdda5f357 (commit)
from 2fcf3c8f583e56142014ab8d4669bcf42c301924 (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 1915e01c775bae9b28dfe39efd2e5f1fdda5f357
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