[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. 9b1f0254416123aa2ce8ce49d688d529e09d8f25
Evergreen Git
git at git.evergreen-ils.org
Thu May 25 20:45:26 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, rel_2_12 has been updated
via 9b1f0254416123aa2ce8ce49d688d529e09d8f25 (commit)
from 2613d346a110b921fa37f314c4a82ce887c738af (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 9b1f0254416123aa2ce8ce49d688d529e09d8f25
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