Skip to content
Snippets Groups Projects
Unverified Commit 195ca114 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #15745 from seamuslee001/master

Update template upgrade list as per PR #15742
parents 931ba4a1 609ddd4b
Branches
Tags
No related merge requests found
......@@ -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'],
],
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment