Sfoglia il codice sorgente

try to use console button

andre 4 anni fa
parent
commit
66b3420181
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()->getRecords()->first()
+            $dataProv->getData()->getRecords()->first()->vmid
         );
         );
 
 
     }
     }