From 7fd1b5278ab13d86a84a5968c30bb9465d4903cb Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 11 Sep 2026 13:30:36 +0100 Subject: [PATCH 1/6] Updates to details links On the 'Which site is it?' page, have updated the details link so it is no longer conditional based on permissions, but showing the same content irrespective of a user's permissions. --- app/views/record-vaccinations/delivery-team.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app/views/record-vaccinations/delivery-team.html b/app/views/record-vaccinations/delivery-team.html index 5efa8638..1fd6cd3b 100644 --- a/app/views/record-vaccinations/delivery-team.html +++ b/app/views/record-vaccinations/delivery-team.html @@ -67,17 +67,11 @@ })}} - {% if organisationSetting.permissionLevel == "Lead administrator" or organisationSetting.permissionLevel == "Administrator" %} {{ details({ summaryText: "If your site is not listed", - html: "You need to add vaccines for the site." + html: "An administrator needs to add vaccines for the site." }) }} - {% else %} - {{ details({ - summaryText: "If your site is not listed", - html: "You'll need to ask an administrator to add vaccines for the site." - }) }} - {% endif %} + From eae5f064d99df541d99e14325945b6179a7fd37d Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 11 Sep 2026 13:34:16 +0100 Subject: [PATCH 2/6] Updated details link content on vaccinator page Have updated the details link so it is no longer conditional based on permissions, but showing the same content irrespective of a user's permissions. --- app/views/record-vaccinations/vaccinator.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/app/views/record-vaccinations/vaccinator.html b/app/views/record-vaccinations/vaccinator.html index 80809176..93cd35f9 100644 --- a/app/views/record-vaccinations/vaccinator.html +++ b/app/views/record-vaccinations/vaccinator.html @@ -75,18 +75,11 @@ })}} - {% if organisationSetting.permissionLevel == "Lead administrator" %} {{ details({ summaryText: "If the vaccinator is not listed", - html: "Make sure they are added in Manage users as a vaccinator." + html: "A lead adminstrator needs to make sure the user has been added as a vaccinator." }) }} - {% else %} - {{ details({ - summaryText: "If the vaccinator is not listed", - html: "You'll need to ask a lead administrator to add them." - }) }} - - {% endif %} + From a18cb069836432354cf9a5cbda300b40ad62826c Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 11 Sep 2026 13:38:11 +0100 Subject: [PATCH 3/6] Updated details content on Which vaccine are you giving page Have updated the details link so it is no longer conditional based on permissions, but showing the same content irrespective of a user's permissions. --- app/views/record-vaccinations/vaccine.html | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/app/views/record-vaccinations/vaccine.html b/app/views/record-vaccinations/vaccine.html index dba06692..20fe842d 100644 --- a/app/views/record-vaccinations/vaccine.html +++ b/app/views/record-vaccinations/vaccine.html @@ -124,20 +124,11 @@ text: "Continue" })}} - {% if organisationSetting.permissionLevel == "Recorder" %} {{ details({ summaryText: "If the vaccine is not listed", - html: "You'll need to ask an administrator to add it." + html: "An administrator needs to add it." }) }} - {% else %} - {{ details({ - summaryText: "If the vaccine is not listed", - html: "Go to Vaccines to add it." - }) }} - {% endif %} - - - + From 0f7f2e302e582f328c85943ebf1ae700d6b4dd4a Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 11 Sep 2026 14:43:57 +0100 Subject: [PATCH 4/6] Add full stop in details component content. --- app/views/record-vaccinations/patient-search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/record-vaccinations/patient-search.html b/app/views/record-vaccinations/patient-search.html index 4deb1356..426a0fab 100644 --- a/app/views/record-vaccinations/patient-search.html +++ b/app/views/record-vaccinations/patient-search.html @@ -122,7 +122,7 @@

Search for the patient

{{ details({ summaryText: "If the patient is homeless", html: " -

Try searching with the postcode ZZ99 3VZ

+

Try searching with the postcode ZZ99 3VZ.

" }) }} From 83986efaac708ef48e68a01e4a9a56712307757e Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 11 Sep 2026 14:44:33 +0100 Subject: [PATCH 5/6] Add full stop in details component content. --- app/views/record-vaccinations/refine-search-result.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/record-vaccinations/refine-search-result.html b/app/views/record-vaccinations/refine-search-result.html index 82ca1617..49064783 100644 --- a/app/views/record-vaccinations/refine-search-result.html +++ b/app/views/record-vaccinations/refine-search-result.html @@ -103,7 +103,7 @@

Refine your search

{{ details({ summaryText: "If the patient is homeless", html: " -

Try searching with the postcode ZZ99 3VZ

+

Try searching with the postcode ZZ99 3VZ.

" }) }} From 6c934a9bafcf9fff417219bb8c6e5b7d571907f3 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 11 Sep 2026 14:45:48 +0100 Subject: [PATCH 6/6] Add full stop in details component content. --- app/views/record-vaccinations/create-a-record.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/record-vaccinations/create-a-record.html b/app/views/record-vaccinations/create-a-record.html index 560a027d..f8d4cb13 100644 --- a/app/views/record-vaccinations/create-a-record.html +++ b/app/views/record-vaccinations/create-a-record.html @@ -131,7 +131,7 @@

{{ pageName }}

{{ details({ summaryText: "If the patient is homeless", html: " -

Enter the postcode ZZ99 3VZ

+

Enter the postcode ZZ99 3VZ.

" }) }}