Sfoglia il codice sorgente

try to change edit action to console

andre 4 anni fa
parent
commit
c466945119
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

@@ -80,7 +80,7 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
 
         if(!$isAdmin){
             //edit
-            $this->addActionButton(new ConsoleButton());
+//            $this->addActionButton(new ConsoleButton());
             $this->addActionButton(new ManageButton());
         }
         //delete