Update flexmailer default
authoreileen <emcnaughton@wikimedia.org>
Mon, 22 Mar 2021 04:14:32 +0000 (17:14 +1300)
committereileen <emcnaughton@wikimedia.org>
Mon, 22 Mar 2021 04:14:32 +0000 (17:14 +1300)
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)

ext/flexmailer/settings/flexmailer.setting.php

index ea227d9ef0f64e7837a97bccb92e728aad81393c..6b51460e6bbc4af632b6866f7884d2738822a49d 100644 (file)
@@ -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,