[open-ils-commits] [GIT] Evergreen ILS branch master updated. 36d72cf046db42561a3f9e255a5facca18e27117

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, master has been updated
       via  36d72cf046db42561a3f9e255a5facca18e27117 (commit)
      from  2f7449a7d94eb077fdb575e691e63f3e7da131ac (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 36d72cf046db42561a3f9e255a5facca18e27117
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>

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 bce2ba7..2430dc0 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
@@ -1452,7 +1452,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