Commit b983b856d6f91534518cbec130d1d23d30dd9463

Authored by Anastasia
1 parent e6f2f373

- blog bug fix

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
controllers/OrderController.php
... ... @@ -66,6 +66,9 @@
66 66 'columns' => [
67 67 'name' => [
68 68 'type' => Index::ACTION_COL,
  69 + 'columnConfig' => [
  70 + 'buttonsTemplate' => '{edit}{delete}',
  71 + ],
69 72 ],
70 73 'phone' => [
71 74 'type' => Index::STRING_COL,
... ...