From b983b856d6f91534518cbec130d1d23d30dd9463 Mon Sep 17 00:00:00 2001 From: Anastasia Date: Fri, 20 Apr 2018 15:54:35 +0300 Subject: [PATCH] - blog bug fix --- controllers/OrderController.php | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/controllers/OrderController.php b/controllers/OrderController.php index 4534412..8227f91 100755 --- a/controllers/OrderController.php +++ b/controllers/OrderController.php @@ -66,6 +66,9 @@ 'columns' => [ 'name' => [ 'type' => Index::ACTION_COL, + 'columnConfig' => [ + 'buttonsTemplate' => '{edit}{delete}', + ], ], 'phone' => [ 'type' => Index::STRING_COL, -- libgit2 0.21.4