Explorar o código

edit mailinglists

andre %!s(int64=2) %!d(string=hai) anos
pai
achega
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']);
         $this->formData['replyDisplayName'] = htmlentities($this->formData['replyDisplayName']);
 
 
+        /**
+         * custom members
+         */
+        $customMembers = explode(',',$this->formData['customMember']);
+
         /**
         /**
          * hosting id
          * hosting id
          */
          */
@@ -230,7 +235,7 @@ class EditListDataProvider extends AddListDataProvider
             __FUNCTION__,
             __FUNCTION__,
             $this->formData,
             $this->formData,
             'Debug Formdata',
             'Debug Formdata',
-            $hid
+            $customMembers
         );
         );
 
 
         return (new HtmlDataJsonResponse())->setMessageAndTranslate('distributionListHasBeenUpdated')->setStatusSuccess();
         return (new HtmlDataJsonResponse())->setMessageAndTranslate('distributionListHasBeenUpdated')->setStatusSuccess();