Commit 476bd3ea86d1b7194b571c67728780020d64765f
1 parent
fcd620e2
- admin bug fix
Showing
3 changed files
with
9 additions
and
0 deletions
Show diff stats
labels/controllers/DeliveryController.php
| @@ -29,6 +29,9 @@ | @@ -29,6 +29,9 @@ | ||
| 29 | 'columns' => [ | 29 | 'columns' => [ |
| 30 | 'title' => [ | 30 | 'title' => [ |
| 31 | 'type' => Index::ACTION_COL, | 31 | 'type' => Index::ACTION_COL, |
| 32 | + 'columnConfig' => [ | ||
| 33 | + 'buttonsTemplate' => '{edit}{delete}', | ||
| 34 | + ], | ||
| 32 | ], | 35 | ], |
| 33 | 'sort' => [ | 36 | 'sort' => [ |
| 34 | 'type' => Index::POSITION_COL, | 37 | 'type' => Index::POSITION_COL, |
labels/controllers/LabelController.php
| @@ -23,6 +23,9 @@ | @@ -23,6 +23,9 @@ | ||
| 23 | 'columns' => [ | 23 | 'columns' => [ |
| 24 | 'title' => [ | 24 | 'title' => [ |
| 25 | 'type' => Index::ACTION_COL, | 25 | 'type' => Index::ACTION_COL, |
| 26 | + 'columnConfig' => [ | ||
| 27 | + 'buttonsTemplate' => '{edit}{delete}', | ||
| 28 | + ], | ||
| 26 | ], | 29 | ], |
| 27 | 'sort' => [ | 30 | 'sort' => [ |
| 28 | 'type' => Index::POSITION_COL, | 31 | 'type' => Index::POSITION_COL, |
labels/controllers/PaymentController.php
| @@ -29,6 +29,9 @@ | @@ -29,6 +29,9 @@ | ||
| 29 | 'columns' => [ | 29 | 'columns' => [ |
| 30 | 'title' => [ | 30 | 'title' => [ |
| 31 | 'type' => Index::ACTION_COL, | 31 | 'type' => Index::ACTION_COL, |
| 32 | + 'columnConfig' => [ | ||
| 33 | + 'buttonsTemplate' => '{edit}{delete}', | ||
| 34 | + ], | ||
| 32 | ], | 35 | ], |
| 33 | 'sort' => [ | 36 | 'sort' => [ |
| 34 | 'type' => Index::POSITION_COL, | 37 | 'type' => Index::POSITION_COL, |