| xqd
@@ -52,9 +52,9 @@ class UsersProblemController extends AdminController
|
|
|
$grid->actions(function (Grid\Displayers\Actions $actions) {
|
|
|
$actions->disableEdit();
|
|
|
$actions->disableDelete();
|
|
|
- if ($actions->row->status == 0) {
|
|
|
- $actions->append(new Reply(UserProblemModel::class));
|
|
|
- }
|
|
|
+// if ($actions->row->status == 0) {
|
|
|
+// $actions->append(new Reply(UserProblemModel::class));
|
|
|
+// }
|
|
|
});
|
|
|
|
|
|
$grid->disableCreateButton();
|