]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/reports_controller.rb
Remove new issue notifications for now
[rails.git] / app / controllers / reports_controller.rb
index 781c3af66b87021405710388ec7c92f8a2d6a4f8..b5740d146bf9557e390465026d8615b79a425445 100644 (file)
@@ -18,7 +18,6 @@ class ReportsController < ApplicationController
     if @report.save
       @report.issue.save
       # FIXME: reopen issue if necessary
     if @report.save
       @report.issue.save
       # FIXME: reopen issue if necessary
-      # FIXME: new issue notification (or via model observer)
       redirect_to root_path, :notice => t("issues.create.successful_report")
     else
       redirect_to new_report_path(:reportable_type => @report.issue.reportable_type, :reportable_id => @report.issue.reportable_id), :notice => t("issues.create.provide_details")
       redirect_to root_path, :notice => t("issues.create.successful_report")
     else
       redirect_to new_report_path(:reportable_type => @report.issue.reportable_type, :reportable_id => @report.issue.reportable_id), :notice => t("issues.create.provide_details")