Browse Source

try to use console button

andre 4 years ago
parent
commit
e9be332163
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

@@ -100,7 +100,7 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
                 __FUNCTION__,
                 __FUNCTION__,
                 $this->actionButtons,
                 $this->actionButtons,
                 'Debug',
                 'Debug',
-                $dataProv->getData()->getRecords()->id
+                $dataProv->getData()->getRecords()
             );
             );
         }
         }
         if(!$isAdmin){
         if(!$isAdmin){