From cbc834cc83d82e74e8d28dd752b7c80c252a9800 Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Fri, 4 Oct 2024 16:22:28 +0100 Subject: [PATCH] rm no longer needed claims_backlink_path --- app/controllers/admin/claims_controller.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/controllers/admin/claims_controller.rb b/app/controllers/admin/claims_controller.rb index 92184dba22..d8585c405a 100644 --- a/app/controllers/admin/claims_controller.rb +++ b/app/controllers/admin/claims_controller.rb @@ -13,13 +13,7 @@ def index @pagy, @claims = pagy(@filter_form.claims) respond_to do |format| - format.html { - claims_backlink_path!(admin_claims_path( - team_member: params[:team_member], - policy: params[:policy], - status: params[:status] - )) - } + format.html format.csv { # "Download report request file" button (doesn't use the filters) report_request_claims = Claim.includes(:decisions).awaiting_decision