|
|
@@ -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();
|