[open-ils-commits] [GIT] Evergreen ILS branch rel_3_3 updated. e9635dc5cf1dd53e7244cbb50b6e54eb0bff95cc

Evergreen Git git at git.evergreen-ils.org
Fri Feb 21 10:20:19 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_3 has been updated
       via  e9635dc5cf1dd53e7244cbb50b6e54eb0bff95cc (commit)
      from  94571c4eaae95c102264fc219622b287ba8505ec (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 e9635dc5cf1dd53e7244cbb50b6e54eb0bff95cc
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