From bb597a93b1257c023572ac6b660c2ce499691295 Mon Sep 17 00:00:00 2001 From: Lars SG Date: Sun, 18 Apr 2021 09:49:04 -0600 Subject: [PATCH] also copy template_options and language language doesn't affect this, but might as well copy it as well --- api/v3/MailingAB.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/v3/MailingAB.php b/api/v3/MailingAB.php index 46e16369b5..1c70fab2f8 100644 --- a/api/v3/MailingAB.php +++ b/api/v3/MailingAB.php @@ -197,6 +197,8 @@ function _civicrm_api3_mailing_a_b_fill_winner($winner_id, $final_id) { 'resubscribe_id', 'unsubscribe_id', 'template_type', + 'template_options', + 'language', ]; $f = CRM_Utils_SQL_Select::from('civicrm_mailing') ->where('id = #id', ['id' => $winner_id]) -- 2.25.1