[open-ils-commits] [GIT] Evergreen ILS branch master updated. 234e1fa1db8434dd8c1866c001f6875d02eef907
Evergreen Git
git at git.evergreen-ils.org
Thu May 25 20:43:48 EDT 2017
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 234e1fa1db8434dd8c1866c001f6875d02eef907 (commit)
from a57ca64fa053b4b351ccdf04f03a8b7f195171a1 (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 234e1fa1db8434dd8c1866c001f6875d02eef907
Author: Cesar Velez <cesar.velez at equinoxinitiative.org>
Date: Thu May 18 18:10:03 2017 -0400
LP#1691284 alpha sort circ modifiers on the copy editor
Alphabetically sort circ modifiers on webstaff, so large lists
are easier to use.
Signed-off by: Cesar Velez <cesar.velez at equinoxinitiative.org>
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2
index 38dde8f..e96d543 100644
--- a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2
+++ b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2
@@ -211,7 +211,7 @@
<div class="nullable col-md-6" ng-class="{'bg-success': working.circ_modifier !== undefined}">
<select class="form-control"
ng-disabled="!defaults.attributes.circ_modifier" ng-model="working.circ_modifier"
- ng-options="m.code() as m.name() for m in circ_modifier_list"
+ ng-options="m.code() as m.name() for m in circ_modifier_list | orderBy: 'name()'"
>
<option value="">[% l('<NONE>') %]</option>
</select>
-----------------------------------------------------------------------
Summary of changes:
.../templates/staff/cat/volcopy/t_attr_edit.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list