From: eileen Date: Mon, 22 Mar 2021 04:14:32 +0000 (+1300) Subject: Update flexmailer default X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f93358e1a901fa8c927767c7af87961ca742a023;p=civicrm-core.git Update flexmailer default Switches to defaulting to flexmailer, if enabled. This should be merged in conjunction with https://github.com/civicrm/civicrm-core/pull/19806 in order to keep those on the default in consistent state (ie they will already be getting display-rendering for custom fields and that will still be the case if 19806 is merged) --- diff --git a/ext/flexmailer/settings/flexmailer.setting.php b/ext/flexmailer/settings/flexmailer.setting.php index ea227d9ef0..6b51460e6b 100644 --- a/ext/flexmailer/settings/flexmailer.setting.php +++ b/ext/flexmailer/settings/flexmailer.setting.php @@ -11,7 +11,7 @@ return [ 'html_type' => 'select', 'html_attributes' => ['class' => 'crm-select2'], 'pseudoconstant' => ['callback' => '_flexmailer_traditional_options'], - 'default' => 'auto', + 'default' => 'flexmailer', 'add' => '5.13', 'title' => E::ts('Traditional Mailing Handler'), 'is_domain' => 1,