[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 9248aa3bb003f23d017703e29fff55e3f0fe2776

Evergreen Git git at git.evergreen-ils.org
Thu May 23 17:53:34 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_1 has been updated
       via  9248aa3bb003f23d017703e29fff55e3f0fe2776 (commit)
      from  42f336f016f9282b27d497e6223ae84aca17d764 (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 9248aa3bb003f23d017703e29fff55e3f0fe2776
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Wed Apr 17 16:46:46 2019 -0400

    LP1744386: Alphabetize stat cats in volcopy attr editor
    
    To test:
    1. Go to the volume copy editor.  Confirm that the stat
    cats do not display in order of owning library or stat cat
    name.
    2. Apply this commit.
    3. Go to the volume copy editor.  Confirm that the stat
    cats now display in alphabetical order by owning library,
    then stat cat name.
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
    Signed-off-by: Jason Etheridge <jason at EquinoxInitiative.org>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.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 bcc947a179..051b40ba8c 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
@@ -489,7 +489,7 @@
 
             <div class="row pad-vert"></div>
 
-            <div class="row" ng-repeat="sc in statcats" ng-show="statcat_visible(sc.owner().id())">
+            <div class="row" ng-repeat="sc in statcats | orderBy:['owner().name()','name()']" ng-show="statcat_visible(sc.owner().id())">
                 <div class="col-xs-12">
                     <div class="row bg-info">
                         <div class="col-xs-12">

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

Summary of changes:
 Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list