Procházet zdrojové kódy

E-Mail Verteiler default aktiv

andre před 2 roky
rodič
revize
93a97b72ed

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