andre 2 anni fa
parent
commit
6d13ad884f

+ 0 - 10
app/UI/Client/DistributionList/Providers/AddListDataProvider.php

@@ -141,16 +141,6 @@ class AddListDataProvider extends BaseDataProvider
             }
             }
         }
         }
 
 
-        /**
-         *  display name
-         */
-        $this->formData['displayName'] = htmlentities($this->formData['displayName']);
-
-        /**
-         *  reply display name
-         */
-        $this->formData['replyDisplayName'] = htmlentities($this->formData['replyDisplayName']);
-
         /**
         /**
          * hosting id
          * hosting id
          */
          */

+ 0 - 2
app/UI/Client/DistributionList/Sections/AddPreferencesDistribution.php

@@ -30,8 +30,6 @@ class AddPreferencesDistribution extends FreeFieldsSection
 
 
         $this->addField(new Switcher('replyEmail'));
         $this->addField(new Switcher('replyEmail'));
 
 
-        $this->addField(new Text('replyDisplayName'));
-
         $this->addField(
         $this->addField(
             (new Text('replyEmailAddress'))
             (new Text('replyEmailAddress'))
                 ->setPlaceholder(di('lang')->absoluteT('mail@example.com'))
                 ->setPlaceholder(di('lang')->absoluteT('mail@example.com'))