From 04409e2006b0b935f89177eac50777f8fd0ac062 Mon Sep 17 00:00:00 2001 From: Alistair Laing Date: Tue, 24 Mar 2020 13:41:51 +0000 Subject: [PATCH] [3155] Fix qualifications error summary link error summary links should set focus on the first radio/checkbox --- app/views/result_filters/qualification/new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/result_filters/qualification/new.html.erb b/app/views/result_filters/qualification/new.html.erb index fb26bfa14..17c08aa6c 100644 --- a/app/views/result_filters/qualification/new.html.erb +++ b/app/views/result_filters/qualification/new.html.erb @@ -6,7 +6,7 @@
- <%= render partial: "shared/error_message", locals: { error_anchor_id: "qualification-error" } %> + <%= render partial: "shared/error_message", locals: { error_anchor_id: "qualifications_qtsonly" } %> <%= form_with url: qualification_path, method: :post, data: { "ga-event-form" => "Qualification" } do |form| %> <%= render "shared/hidden_fields", exclude_keys: ["qualifications"], form: form %>