[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. 58c1446977ee9a64cfea4e33f244281c6ae08450

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_2 has been updated
       via  58c1446977ee9a64cfea4e33f244281c6ae08450 (commit)
      from  0878e85340d060296ecd42cf7568b9913953ee3e (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 58c1446977ee9a64cfea4e33f244281c6ae08450
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 7e58ebb731..b0127fc047 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