From 476bd3ea86d1b7194b571c67728780020d64765f Mon Sep 17 00:00:00 2001 From: Anastasia Date: Sat, 21 Apr 2018 11:48:41 +0300 Subject: [PATCH] - admin bug fix --- labels/controllers/DeliveryController.php | 3 +++ labels/controllers/LabelController.php | 3 +++ labels/controllers/PaymentController.php | 3 +++ 3 files changed, 9 insertions(+), 0 deletions(-) diff --git a/labels/controllers/DeliveryController.php b/labels/controllers/DeliveryController.php index 5345160..7c703d3 100755 --- a/labels/controllers/DeliveryController.php +++ b/labels/controllers/DeliveryController.php @@ -29,6 +29,9 @@ 'columns' => [ 'title' => [ 'type' => Index::ACTION_COL, + 'columnConfig' => [ + 'buttonsTemplate' => '{edit}{delete}', + ], ], 'sort' => [ 'type' => Index::POSITION_COL, diff --git a/labels/controllers/LabelController.php b/labels/controllers/LabelController.php index 49003d4..4079f3a 100755 --- a/labels/controllers/LabelController.php +++ b/labels/controllers/LabelController.php @@ -23,6 +23,9 @@ 'columns' => [ 'title' => [ 'type' => Index::ACTION_COL, + 'columnConfig' => [ + 'buttonsTemplate' => '{edit}{delete}', + ], ], 'sort' => [ 'type' => Index::POSITION_COL, diff --git a/labels/controllers/PaymentController.php b/labels/controllers/PaymentController.php index b2fc1e2..6e8b60c 100755 --- a/labels/controllers/PaymentController.php +++ b/labels/controllers/PaymentController.php @@ -29,6 +29,9 @@ 'columns' => [ 'title' => [ 'type' => Index::ACTION_COL, + 'columnConfig' => [ + 'buttonsTemplate' => '{edit}{delete}', + ], ], 'sort' => [ 'type' => Index::POSITION_COL, -- libgit2 0.21.4