Przeglądaj źródła

get mailinglists

andre 2 lat temu
rodzic
commit
525107ad1a
1 zmienionych plików z 8 dodań i 1 usunięć
  1. 8 1
      app/UI/Client/DistributionList/Pages/Lists.php

+ 8 - 1
app/UI/Client/DistributionList/Pages/Lists.php

@@ -97,7 +97,14 @@ class Lists extends DataTable implements ClientArea
             return ['error' => $error->getMessage()];
         }
 
-        $listQuery = array('id','name');
+        $listQuery = array(
+            "userId",
+            "hasId",
+            "emailAddress",
+            "fullName",
+            "kind"
+        );
+
         $data = [];
         foreach($lists as $list)
         {