[open-ils-commits] [GIT] Evergreen ILS branch master updated. 83b9d7973ae328d464233fffde3345db94fb52ca

Evergreen Git git at git.evergreen-ils.org
Thu Feb 16 10:15:06 EST 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  83b9d7973ae328d464233fffde3345db94fb52ca (commit)
      from  c4d1595fba44d24825f51a5097b7ee7b07523780 (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 83b9d7973ae328d464233fffde3345db94fb52ca
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Thu Nov 20 09:50:11 2014 -0500

    Apply sort for ident_type dropdown
    
    We may want YAOUS for "do we want to sort ident_type by name"...
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/web/js/ui/default/actor/user/register.js b/Open-ILS/web/js/ui/default/actor/user/register.js
index b48946f..4ce861e 100644
--- a/Open-ILS/web/js/ui/default/actor/user/register.js
+++ b/Open-ILS/web/js/ui/default/actor/user/register.js
@@ -1251,6 +1251,9 @@ function fleshFMRow(row, fmcls, args) {
     if(fmcls == 'au' && fmfield == 'dob' && !orgSettings['ui.patron.edit.au.dob.calendar'])
         dijitArgs.popupClass = "";
 
+    if(fmcls == 'au' && fmfield == 'ident_type')
+        dijitArgs.fetchProperties = { sort: [{attribute:"name",descending:false}] };
+
     var value = row.getAttribute('wvalue');
     if(value !== null)
         dijitArgs.value = value;

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/js/ui/default/actor/user/register.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list