Procházet zdrojové kódy

try to use console button

andre před 4 roky
rodič
revize
885bdfa6d4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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__,
             __FUNCTION__,
             $dataProv->getData()->getRecords(),
             $dataProv->getData()->getRecords(),
             'Debug',
             'Debug',
-            $dataProv->getData()
+            $dataProv->getData()->getRecords()[0]['vmid']
         );
         );
 
 
     }
     }