X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e23ff48dcea6c75846bc0aa986e0c941925b9f36..3a386f185c954d71a9b5d0747d017f99c8ccb6ff:/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")