Просмотр исходного кода

E-Mail Verteiler default aktiv

andre 2 лет назад
Родитель
Сommit
0a35121fb9

+ 1 - 1
app/UI/Client/DistributionList/Sections/AddPropertiesDistribution.php

@@ -19,7 +19,7 @@ class AddPropertiesDistribution extends FreeFieldsSection
     public function initContent()
     {
 
-        $this->addField(new Switcher('receiveMail'));
+        $this->addField(new Switcher('receiveMail'))->setDefaultValue('on');
 
         $this->addField(new Switcher('hideGal'));