Browse Source

list ressources

andre 2 years ago
parent
commit
2758d8e852
1 changed files with 8 additions and 0 deletions
  1. 8 0
      app/UI/Client/Ressource/Pages/Ressources.php

+ 8 - 0
app/UI/Client/Ressource/Pages/Ressources.php

@@ -206,6 +206,14 @@ class Ressources extends DataTable implements ClientArea
             $data[] = $ressourceArray;
         }
 
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $data,
+            'Debug Error',
+            $ressources
+        );
+
         $dataProv = new ArrayDataProvider();
         $dataProv->setDefaultSorting('ressource', 'ASC')->setData($data);