[open-ils-commits] [GIT] Evergreen ILS branch master updated. 06fda6ab4bb74be883904e83f6e55c93bb92f096
Evergreen Git
git at git.evergreen-ils.org
Thu May 10 14:36:14 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 06fda6ab4bb74be883904e83f6e55c93bb92f096 (commit)
from e9a2f26150682e77f36140280571ea7409cd34f1 (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 06fda6ab4bb74be883904e83f6e55c93bb92f096
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