Skip to content
Snippets Groups Projects
Commit 9e192bce authored by Jaden Diefenbaugh's avatar Jaden Diefenbaugh
Browse files

no popup after save report

parent 82895d8c
No related branches found
No related tags found
1 merge request!223Reports overhaul
...@@ -76,11 +76,6 @@ angular.module('reportApp').directive("savereportitems", ['$compile', 'GroupsSer ...@@ -76,11 +76,6 @@ angular.module('reportApp').directive("savereportitems", ['$compile', 'GroupsSer
function updateReport(data){ function updateReport(data){
scope.reportFactory.updateReport(scope.user, scope.report_id, data, scope.url_prefix) scope.reportFactory.updateReport(scope.user, scope.report_id, data, scope.url_prefix)
.success(function (reportData){
//alert("The report "+ scope.report_id +" has been saved.");
beat.ui.report.report_saved('report_saved', scope);
})
.error(function (error){ .error(function (error){
scope.status = 'Unable to update report data: ' + error.message; scope.status = 'Unable to update report data: ' + error.message;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment