Parcourir la source

E-Mail Verteiler default aktiv

andre il y a 2 ans
Parent
commit
c54f9aaaf5

+ 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'))->addHtmlAttribute('on', true);;
 
         $this->addField(new Switcher('hideGal'));