[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 81477fdc0bbd1c33653c38313166ce0b688f0cef
Evergreen Git
git at git.evergreen-ils.org
Thu Jan 11 10:28:49 EST 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 81477fdc0bbd1c33653c38313166ce0b688f0cef (commit)
from 7c8fd7935cfdfe84a0e8126e818c7b30cdd75575 (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 81477fdc0bbd1c33653c38313166ce0b688f0cef
Author: Cesar Velez <cesar.velez at equinoxinitiative.org>
Date: Fri Dec 22 12:04:24 2017 -0500
LP#1739786 - Webstaff MarcEditor BibSource Drop Down Order
Sort the list of bib sources in MARC editor alphabetically;
some libraries may have a long list.
Signed-off by: Cesar Velez <cesar.velez at equinoxinitiative.org>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js b/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js
index 8717af4..89dabb1 100644
--- a/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js
+++ b/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js
@@ -1444,7 +1444,7 @@ angular.module('egMarcMod', ['egCoreMod', 'ui.bootstrap'])
restrict: 'E',
replace: true,
template: '<span class="nullable">'+
- '<select class="form-control" ng-model="bib_source" ng-options="s.id() as s.source() for s in bib_sources">'+
+ '<select class="form-control" ng-model="bib_source" ng-options="s.id() as s.source() for s in bib_sources | orderBy: \'source()\'">'+
'<option value="">Select a Source</option>'+
'</select>'+
'</span>',
-----------------------------------------------------------------------
Summary of changes:
.../js/ui/default/staff/cat/services/marcedit.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list