Browse Source

try to use console button

andre 4 years ago
parent
commit
0c2bc21163
1 changed files with 1 additions and 1 deletions
  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()->getItem('vmid')
+            $dataProv->getData()->getRecords()
         );
 
     }