Skip to content

Commit 0cb2103

Browse files
committed
Add more unused Notify template mappings
Some commits have changed the active Notify templates without adding the old ids to the unused hash. This means the Activity log will show "Unknown email" and "Unknown SMS" whuch isn't very helpful This adds the missing ids back in.
1 parent 1257d60 commit 0cb2103

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

config/initializers/govuk_notify.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@
7171
# Here we track email and SMS templates that we used to send but no longer
7272
# do. We need these to be able to display the names of the templates.
7373
GOVUK_NOTIFY_UNUSED_TEMPLATES = {
74+
"07516fbf-6d51-4c17-a046-305f5baa6744" => :vaccination_administered_flu,
75+
"3179b434-4f44-4d47-a8ba-651b58c235fd" => :consent_confirmation_given,
76+
"eb34f3ab-0c58-4e56-b6b1-2c179270dfc3" => :consent_confirmation_refused,
77+
"ee3d36b1-4682-4eb0-a74a-7e0f6c9d0598" => :consent_school_reminder,
78+
"c7bd8150-d09e-4607-817d-db75c9a6a966" => :consent_school_request,
79+
"88d21cfc-39f6-44a2-98c3-9588e7214ae4" => :invitation_to_clinic,
80+
"fc99ac81-9eeb-4df8-9aa0-04f0eb48e37f" => :invitation_to_clinic_ryg,
81+
"e1b6a2f6-728a-4de3-88ec-40194b354eac" => :invitation_to_clinic_rt5,
7482
"16ae7602-c2b1-4731-bb74-fd4f1357feca" => :vaccination_administered_menacwy,
7583
"25473aa7-2d7c-4d1d-b0c6-2ac492f737c3" => :consent_confirmation_given,
7684
"4c616b22-eee8-423f-84d6-bd5710f744fd" => :vaccination_administered_td_ipv,

0 commit comments

Comments
 (0)