X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a79d951db28f7f5b2a73d78a77547dc13c602a35..e0faf6843746464d85a0cfbfc071226c2d62148d:/app/controllers/reports_controller.rb diff --git a/app/controllers/reports_controller.rb b/app/controllers/reports_controller.rb index 781c3af66..b5740d146 100644 --- a/app/controllers/reports_controller.rb +++ b/app/controllers/reports_controller.rb @@ -18,7 +18,6 @@ class ReportsController < ApplicationController 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")