Commit 476bd3ea86d1b7194b571c67728780020d64765f

Authored by Anastasia
1 parent fcd620e2

- admin bug fix

labels/controllers/DeliveryController.php
... ... @@ -29,6 +29,9 @@
29 29 'columns' => [
30 30 'title' => [
31 31 'type' => Index::ACTION_COL,
  32 + 'columnConfig' => [
  33 + 'buttonsTemplate' => '{edit}{delete}',
  34 + ],
32 35 ],
33 36 'sort' => [
34 37 'type' => Index::POSITION_COL,
... ...
labels/controllers/LabelController.php
... ... @@ -23,6 +23,9 @@
23 23 'columns' => [
24 24 'title' => [
25 25 'type' => Index::ACTION_COL,
  26 + 'columnConfig' => [
  27 + 'buttonsTemplate' => '{edit}{delete}',
  28 + ],
26 29 ],
27 30 'sort' => [
28 31 'type' => Index::POSITION_COL,
... ...
labels/controllers/PaymentController.php
... ... @@ -29,6 +29,9 @@
29 29 'columns' => [
30 30 'title' => [
31 31 'type' => Index::ACTION_COL,
  32 + 'columnConfig' => [
  33 + 'buttonsTemplate' => '{edit}{delete}',
  34 + ],
32 35 ],
33 36 'sort' => [
34 37 'type' => Index::POSITION_COL,
... ...