Browse Source

try to disable delete button in vmsdatatable

andre 4 years ago
parent
commit
e37b599d40
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/UI/Vms/Pages/VmsDataTable.php

+ 2 - 2
app/UI/Vms/Pages/VmsDataTable.php

@@ -90,9 +90,9 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
             $this->addActionButton(new ManageButton());
         }
         //delete
-        if($isAdmin){
+//        if($isAdmin){
             $this->addActionButton(new DeleteButton());
-        }
+//        }
     }
 
     protected function loadHtml()