[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. 57c24c346f1e36767b76a8291c73b8098c8b644f

Evergreen Git git at git.evergreen-ils.org
Fri Feb 21 10:19:59 EST 2020


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_4 has been updated
       via  57c24c346f1e36767b76a8291c73b8098c8b644f (commit)
      from  a21660ffb7d71cee084eb5e2919f8a7580cd2c80 (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 57c24c346f1e36767b76a8291c73b8098c8b644f
Author: Mike Rylander <mrylander at gmail.com>
Date:   Wed Feb 19 10:36:56 2020 -0500

    LP#1778521: Reset field transform after adding fields
    
    Prior to this commit, the field transform was carried from field to
    field as each was added to a report.  This commit resets the selected
    transform to the default "Raw data" after adding a field.
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>
    Signed-off-by: Dawn Dale <ddale at georgialibraries.org>

diff --git a/Open-ILS/web/js/ui/default/staff/reporter/template/app.js b/Open-ILS/web/js/ui/default/staff/reporter/template/app.js
index 336a28bd75..aa5ca37619 100644
--- a/Open-ILS/web/js/ui/default/staff/reporter/template/app.js
+++ b/Open-ILS/web/js/ui/default/staff/reporter/template/app.js
@@ -435,6 +435,7 @@ function($scope , $q , $routeParams , $location , $timeout , $window,  egCore ,
             $scope.currentPathLabel,
             $scope.currentPath
         );
+        $scope.selected_transform = null;
         dgrid.refresh();
     }
 
@@ -451,6 +452,7 @@ function($scope , $q , $routeParams , $location , $timeout , $window,  egCore ,
             $scope.currentPath,
             f
         );
+        $scope.selected_transform = null;
         fgrid.refresh();
     }
 

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list