Explorar o código

edit mailinglists

andre %!s(int64=2) %!d(string=hai) anos
pai
achega
156212dcb3

+ 3 - 0
app/UI/Client/DistributionList/Sections/EditPropertiesDistribution.php

@@ -6,6 +6,7 @@ namespace ThurData\Servers\KerioEmail\App\UI\Client\DistributionList\Sections;
 use ThurData\Servers\KerioEmail\App\UI\Admin\Custom\Sections\FreeFieldsSection;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Select;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Switcher;
+use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Hidden;
 
 /**
  *
@@ -26,6 +27,8 @@ class EditPropertiesDistribution extends FreeFieldsSection
 
         $this->addField(new Select('moderator'));
 
+        $this->addField(new Hidden('oldModerator'));
+
         $this->addField(new Select('subscriptionRequest'));
 
         $this->addField(new Switcher('subscriptionNotify'));