diff --git a/modules/reporting/app/controllers/cost_reports_controller.rb b/modules/reporting/app/controllers/cost_reports_controller.rb index 71567b53dad7..edb12e8baf26 100644 --- a/modules/reporting/app/controllers/cost_reports_controller.rb +++ b/modules/reporting/app/controllers/cost_reports_controller.rb @@ -152,7 +152,7 @@ def destroy else raise ActiveRecord::RecordNotFound end - redirect_to action: "index", default: 1 + redirect_to action: "index", default: 1, id: nil end ##