From ec297594c2d352982b87f621c8743a15bf8bc94b 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 c1e3ecc..6e19275 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -1,7 +1,7 @@ [ { "id": 1005301001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 1, "name": "Editor", @@ -15,7 +15,7 @@ "children": [ { "id": 1005302001, - "pid": "439884690b4c05681a7c7ca9292d5cfb03d2971f", + "pid": "/backend/editor", "type": 3, "subtype": 1, "name": "List", @@ -30,7 +30,7 @@ }, { "id": 1005302101, - "pid": "439884690b4c05681a7c7ca9292d5cfb03d2971f", + "pid": "/backend/editor", "type": 3, "subtype": 5, "name": "Create", diff --git a/info.json b/info.json index babab4b..fc91535 100644 --- a/info.json +++ b/info.json @@ -26,7 +26,7 @@ "load": [ { "pid": [ - "439884690b4c05681a7c7ca9292d5cfb03d2971f" + "/backend/editor" ], "type": 4, "for": "Content", @@ -35,7 +35,7 @@ }, { "pid": [ - "754a08ddf8bcb1cf22f310f09206dd783d42f7dd" + "/backend" ], "type": 5, "from": "Editor",