diff --git a/backend/controllers/RequestController.php b/backend/controllers/RequestController.php index a5ca318..1e9b899 100644 --- a/backend/controllers/RequestController.php +++ b/backend/controllers/RequestController.php @@ -23,7 +23,8 @@ 'name' => [ 'type' => Index::ACTION_COL, 'columnConfig' => [ - 'buttonsTemplate' => '{edit}{delete}', + #'buttonsTemplate' => '{edit}{delete}', + 'buttonsTemplate' => '{edit}', ], ], -- libgit2 0.21.4