Selaa lähdekoodia

try to disable delete button in vmsdatatable

andre 4 vuotta sitten
vanhempi
commit
e37b599d40
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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()