From 0fbfc674028dfdfd0d1f35eed0b245968fa7324b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 1 Dec 2017 12:43:18 +0100 Subject: [PATCH] Fix help id --- Admin/Install/Navigation.install.json | 14 +++++++------- Controller.php | 2 +- info.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 8e50687..7bb5d15 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -1,6 +1,6 @@ [ { - "id": 1007801001, + "id": 1006801001, "pid": "/backend", "type": 2, "subtype": 0, @@ -14,7 +14,7 @@ "parent": 0, "children": [ { - "id": 1007802001, + "id": 1006802001, "pid": "/backend", "type": 2, "subtype": 1, @@ -25,11 +25,11 @@ "order": 5, "from": "Help", "permission": null, - "parent": 1007801001, + "parent": 1006801001, "children": [] }, { - "id": 1007803001, + "id": 1006803001, "pid": "/backend", "type": 2, "subtype": 1, @@ -40,11 +40,11 @@ "order": 10, "from": "Help", "permission": null, - "parent": 1007801001, + "parent": 1006801001, "children": [] }, { - "id": 1007804001, + "id": 1006804001, "pid": "/backend", "type": 2, "subtype": 1, @@ -55,7 +55,7 @@ "order": 15, "from": "Help", "permission": null, - "parent": 1007801001, + "parent": 1006801001, "children": [] } ] diff --git a/Controller.php b/Controller.php index af67c79..54ebada 100644 --- a/Controller.php +++ b/Controller.php @@ -66,7 +66,7 @@ class Controller extends ModuleAbstract implements WebInterface * @var int * @since 1.0.0 */ - /* public */ const MODULE_ID = 1007800000; + /* public */ const MODULE_ID = 1006800000; /** * Providing. diff --git a/info.json b/info.json index 3500d0c..105cb2f 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": { - "id": 1007800000, + "id": 1006800000, "internal": "Help", "external": "Backend Help" },