[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. 31abbee97f5f6cd1212a4a0d6f6e601124b68739

Evergreen Git git at git.evergreen-ils.org
Thu May 23 17:55:28 EDT 2019


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_2 has been updated
       via  31abbee97f5f6cd1212a4a0d6f6e601124b68739 (commit)
      from  58c1446977ee9a64cfea4e33f244281c6ae08450 (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 31abbee97f5f6cd1212a4a0d6f6e601124b68739
Author: Suzanne Paterno <paterno at noblenet.org>
Date:   Tue Apr 9 10:42:15 2019 -0400

    LP 1744386 & LP 1777184 - stat cats & stat cat entries not alphabetical
    
    Statistical categories will be alphabetized first by library and then by category.
    
    The entires within each category will also be alphabetized.
    
    Signed-off-by: Jason Etheridge <jason at EquinoxInitiative.org>
    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/volcopy/app.js b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
index b445faedd6..88093a951e 100644
--- a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
+++ b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
@@ -130,7 +130,8 @@ function(egCore , $q) {
             { flesh : 1,
               flesh_fields : {
                 asc : ['owner','entries']
-              }
+              },
+              order_by : [{'class':'asc', 'field':'owner'},{'class':'asc', 'field':'name'},{'class':'asce', 'field':'value'} ]
             },
             { atomic : true }
         );

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

Summary of changes:
 Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list