|
@@ -91,10 +91,7 @@ class VaccinesController extends AdminController
|
|
$tools->append(new ImportAction());
|
|
$tools->append(new ImportAction());
|
|
});
|
|
});
|
|
|
|
|
|
- $grid->actions(function ($actions){
|
|
|
|
- $actions->disableDelete();
|
|
|
|
- $actions->disableEdit();
|
|
|
|
- });
|
|
|
|
|
|
+ $grid->disableActions();
|
|
|
|
|
|
return $grid;
|
|
return $grid;
|
|
}
|
|
}
|