andre 2 роки тому
батько
коміт
525107ad1a
1 змінених файлів з 8 додано та 1 видалено
  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()];
             return ['error' => $error->getMessage()];
         }
         }
 
 
-        $listQuery = array('id','name');
+        $listQuery = array(
+            "userId",
+            "hasId",
+            "emailAddress",
+            "fullName",
+            "kind"
+        );
+
         $data = [];
         $data = [];
         foreach($lists as $list)
         foreach($lists as $list)
         {
         {