Commit d74c8480c924b9c9d9fbcb8e39bbd9de8b4ebbd9
1 parent
c3804352
remove {delete} from backend/request/index
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
backend/controllers/RequestController.php
| @@ -23,7 +23,8 @@ | @@ -23,7 +23,8 @@ | ||
| 23 | 'name' => [ | 23 | 'name' => [ |
| 24 | 'type' => Index::ACTION_COL, | 24 | 'type' => Index::ACTION_COL, |
| 25 | 'columnConfig' => [ | 25 | 'columnConfig' => [ |
| 26 | - 'buttonsTemplate' => '{edit}{delete}', | 26 | + #'buttonsTemplate' => '{edit}{delete}', |
| 27 | + 'buttonsTemplate' => '{edit}', | ||
| 27 | ], | 28 | ], |
| 28 | ], | 29 | ], |
| 29 | 30 |