X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e0faf6843746464d85a0cfbfc071226c2d62148d..aaaeb211dea4711fd6bff4d79c1339e82a43ebcd:/app/controllers/reports_controller.rb diff --git a/app/controllers/reports_controller.rb b/app/controllers/reports_controller.rb index b5740d146..5d0442731 100644 --- a/app/controllers/reports_controller.rb +++ b/app/controllers/reports_controller.rb @@ -17,7 +17,7 @@ class ReportsController < ApplicationController if @report.save @report.issue.save - # FIXME: reopen issue if necessary + @report.issue.reopen! unless @report.issue.open? 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")