Commit a9f0d116233a3fa48f9e56d0f4b3d6cc52b17ce5

Authored by Karnovsky A
1 parent 2583aa9d

Tmp disabled ajax-pager element

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
backend/controllers/CategoryController.php
@@ -30,7 +30,7 @@ class CategoryController extends Controller @@ -30,7 +30,7 @@ class CategoryController extends Controller
30 'allow' => true, 30 'allow' => true,
31 ], 31 ],
32 [ 32 [
33 - 'actions' => ['logout', 'index'], 33 + 'actions' => ['logout', 'index', 'update', 'view', 'create', 'delete'],
34 'allow' => true, 34 'allow' => true,
35 'roles' => ['@'], 35 'roles' => ['@'],
36 ], 36 ],