From a9f0d116233a3fa48f9e56d0f4b3d6cc52b17ce5 Mon Sep 17 00:00:00 2001 From: Karnovsky A Date: Fri, 25 Mar 2016 12:45:10 +0200 Subject: [PATCH] Tmp disabled ajax-pager element --- backend/controllers/CategoryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/controllers/CategoryController.php b/backend/controllers/CategoryController.php index 4aeaa4c..8feae47 100644 --- a/backend/controllers/CategoryController.php +++ b/backend/controllers/CategoryController.php @@ -30,7 +30,7 @@ class CategoryController extends Controller 'allow' => true, ], [ - 'actions' => ['logout', 'index'], + 'actions' => ['logout', 'index', 'update', 'view', 'create', 'delete'], 'allow' => true, 'roles' => ['@'], ], -- libgit2 0.21.4