[open-ils-commits] [GIT] Evergreen ILS branch master updated. bab3860d53fd118f82e0d1c44d6f847342afb723
Evergreen Git
git at git.evergreen-ils.org
Fri Feb 21 10:19:22 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, master has been updated
via bab3860d53fd118f82e0d1c44d6f847342afb723 (commit)
from 4340cf61c3310c45368e250537126383f8c172aa (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 bab3860d53fd118f82e0d1c44d6f847342afb723
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