From 609ddd4b5da57da24bf5e05568f5d0bab2c4db74 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 7 Nov 2019 05:43:57 +1100 Subject: [PATCH] Update template upgrade list as per PR #15742 --- CRM/Upgrade/Incremental/MessageTemplates.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/MessageTemplates.php b/CRM/Upgrade/Incremental/MessageTemplates.php index a78a0aef36..842e4fa323 100644 --- a/CRM/Upgrade/Incremental/MessageTemplates.php +++ b/CRM/Upgrade/Incremental/MessageTemplates.php @@ -131,6 +131,7 @@ class CRM_Upgrade_Incremental_MessageTemplates { ['name' => 'contribution_offline_receipt', 'type' => 'subject'], ['name' => 'contribution_offline_receipt', 'type' => 'text'], ['name' => 'contribution_online_receipt', 'type' => 'subject'], + ['name' => 'contribution_online_receipt', 'type' => 'html'], ['name' => 'contribution_recurring_billing', 'type' => 'html'], ['name' => 'contribution_recurring_billing', 'type' => 'subject'], ['name' => 'contribution_recurring_billing', 'type' => 'text'], @@ -162,6 +163,7 @@ class CRM_Upgrade_Incremental_MessageTemplates { ['name' => 'membership_offline_receipt', 'type' => 'subject'], ['name' => 'membership_offline_receipt', 'type' => 'text'], ['name' => 'membership_online_receipt', 'type' => 'subject'], + ['name' => 'membership_online_receipt', 'type' => 'html'], ['name' => 'participant_cancelled', 'type' => 'html'], ['name' => 'participant_cancelled', 'type' => 'subject'], ['name' => 'participant_cancelled', 'type' => 'text'], @@ -182,6 +184,7 @@ class CRM_Upgrade_Incremental_MessageTemplates { ['name' => 'pcp_owner_notify', 'type' => 'subject'], ['name' => 'pcp_owner_notify', 'type' => 'text'], ['name' => 'pcp_status_change', 'type' => 'subject'], + ['name' => 'pcp_status_change', 'type' => 'html'], ['name' => 'pcp_supporter_notify', 'type' => 'html'], ['name' => 'pcp_supporter_notify', 'type' => 'subject'], ['name' => 'pcp_supporter_notify', 'type' => 'text'], @@ -192,11 +195,17 @@ class CRM_Upgrade_Incremental_MessageTemplates { ['name' => 'petition_sign', 'type' => 'subject'], ['name' => 'petition_sign', 'type' => 'text'], ['name' => 'pledge_acknowledge', 'type' => 'subject'], - ['name' => 'pledge_acknowledge', 'type' => 'subject'], + ['name' => 'pledge_acknowledge', 'type' => 'html'], + ['name' => 'pledge_acknowledge', 'type' => 'text'], ['name' => 'pledge_reminder', 'type' => 'html'], ['name' => 'pledge_reminder', 'type' => 'subject'], ['name' => 'pledge_reminder', 'type' => 'text'], ['name' => 'uf_notify', 'type' => 'subject'], + ['name' => 'uf_notify', 'type' => 'html'], + ['name' => 'case_activity', 'type' => 'html'], + ['name' => 'contribution_dupalert', 'type' => 'html'], + ['name' => 'friend', 'type' => 'html'], + ['name' => 'test_preview', 'type' => 'html'], ], ], -- 2.25.1