Explorar el Código

try to use console button

andre hace 4 años
padre
commit
66b3420181
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()->first()
+            $dataProv->getData()->getRecords()->first()->vmid
         );
 
     }