Selaa lähdekoodia

try to use console button

andre 4 vuotta sitten
vanhempi
commit
8348ef07b5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/UI/Vms/Pages/VmsDataTable.php

+ 1 - 1
app/UI/Vms/Pages/VmsDataTable.php

@@ -169,7 +169,7 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
             __FUNCTION__,
             $dataProv->getData()->getRecords(),
             'Debug',
-            $dataProv->getData()->getRecords()
+            $dataProv->getData()->getRecords()->first()
         );
 
     }