Selaa lähdekoodia

edit mailinglists

andre 2 vuotta sitten
vanhempi
commit
9111f477b9

+ 6 - 1
app/UI/Client/DistributionList/Providers/EditListDataProvider.php

@@ -214,6 +214,11 @@ class EditListDataProvider extends AddListDataProvider
          */
         $this->formData['replyDisplayName'] = htmlentities($this->formData['replyDisplayName']);
 
+        /**
+         * custom members
+         */
+        $customMembers = explode(',',$this->formData['customMember']);
+
         /**
          * hosting id
          */
@@ -230,7 +235,7 @@ class EditListDataProvider extends AddListDataProvider
             __FUNCTION__,
             $this->formData,
             'Debug Formdata',
-            $hid
+            $customMembers
         );
 
         return (new HtmlDataJsonResponse())->setMessageAndTranslate('distributionListHasBeenUpdated')->setStatusSuccess();