From e1577da45d2e828a8bf317d4a424240bbca59219 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 8 Sep 2017 15:38:23 +0200 Subject: [PATCH] draft pid to path fix --- Admin/Install/Navigation.install.json | 6 +++--- info.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 4160539..2ce598e 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -1,7 +1,7 @@ [ { "id": 1004201001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 1, "name": "EventManagement", @@ -15,7 +15,7 @@ "children": [ { "id": 1004202001, - "pid": "9a017c0aa5117ed6dd28736a6d6338e7c499e64f", + "pid": "/backend/eventmanagement", "type": 3, "subtype": 1, "name": "List", @@ -30,7 +30,7 @@ }, { "id": 1004203001, - "pid": "9a017c0aa5117ed6dd28736a6d6338e7c499e64f", + "pid": "/backend/eventmanagement", "type": 3, "subtype": 1, "name": "Create", diff --git a/info.json b/info.json index 61e43c2..d44c84f 100644 --- a/info.json +++ b/info.json @@ -28,7 +28,7 @@ "load": [ { "pid": [ - "9a017c0aa5117ed6dd28736a6d6338e7c499e64f" + "/backend/eventmanagement" ], "type": 4, "for": "Content", @@ -37,7 +37,7 @@ }, { "pid": [ - "754a08ddf8bcb1cf22f310f09206dd783d42f7dd" + "/backend" ], "type": 5, "from": "EventManagement",