From c915bb8962dd7a9aa8fe8d0623ac13e22d29e342 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 12 Apr 2024 00:52:07 +0000 Subject: [PATCH] fix bugs --- Admin/Install/Navigation.install.json | 2 +- Admin/Install/SearchCommands.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 3479060..646952e 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 3, "subtype": 1, "name": "Navigation", - "uri": "{/base}/admin/module/navigation/list?{?}", + "uri": "{/base}/admin/module/navigation/list", "target": "self", "icon": null, "order": 10, diff --git a/Admin/Install/SearchCommands.php b/Admin/Install/SearchCommands.php index 012d7b5..4f11af9 100755 --- a/Admin/Install/SearchCommands.php +++ b/Admin/Install/SearchCommands.php @@ -21,6 +21,7 @@ return [ [ 'dest' => '\Modules\Navigation\Controller\SearchController:searchGoto', 'verb' => RouteVerb::ANY, + 'active' => true, 'permission' => [ 'module' => SearchController::NAME, 'type' => PermissionType::READ,