From e6c64b54de311788916dbadf7d10e53e1532015d Mon Sep 17 00:00:00 2001 From: David Czulada Date: Wed, 3 Jun 2026 16:04:22 -0400 Subject: [PATCH] revert back to "redirect back" --- app/controllers/records_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/records_controller.rb b/app/controllers/records_controller.rb index 87cf37d99..806a5403d 100644 --- a/app/controllers/records_controller.rb +++ b/app/controllers/records_controller.rb @@ -88,7 +88,7 @@ def download_mpl def highlighted_results ir = IndividualResult.find(params[:calculation_result_id]) ir.recalculate_with_highlighting - redirect_to record_path(id: params[:id]), status: :see_other + redirect_back(fallback_location: record_path(id: params[:id])) end private