Browse Source

remove delete button from vmsdatatable

andre 4 năm trước cách đây
mục cha
commit
d561445c15
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      app/UI/Vms/Pages/VmsDataTable.php

+ 3 - 1
app/UI/Vms/Pages/VmsDataTable.php

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