From 5d9decf28bb48e24c728d3d7c1299acfb80d32e8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 19 Mar 2022 00:02:43 +0100 Subject: [PATCH] bug fixes from the day before --- Admin/Install/Navigation.install.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 65734bb..5395382 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -169,6 +169,21 @@ "pid": "/admin/module", "type": 3, "subtype": 1, + "name": "Hooks", + "uri": "{/prefix}admin/module/hook/list?{?}", + "target": "self", + "icon": null, + "order": 15, + "from": "Admin", + "permission": { "permission": 2, "type": null, "element": null }, + "parent": 1000105001, + "children": [] + }, + { + "id": 1000105601, + "pid": "/admin/module", + "type": 3, + "subtype": 1, "name": "Log", "uri": "{/prefix}admin/module/log?{?}", "target": "self",