From ef8584cb82243f77bba20f25866fc170bf269de0 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 b7e088c..ea2645a 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -1,7 +1,7 @@ [ { "id": 1001701001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 1, "name": "ProjectManagement", @@ -15,7 +15,7 @@ "children": [ { "id": 1001702001, - "pid": "e8f8b3f93644a55dcaa84f20c2d7736fbd9ee62a", + "pid": "/backend/projectmanagement", "type": 3, "subtype": 1, "name": "List", @@ -30,7 +30,7 @@ }, { "id": 1001703001, - "pid": "e8f8b3f93644a55dcaa84f20c2d7736fbd9ee62a", + "pid": "/backend/projectmanagement", "type": 3, "subtype": 1, "name": "Create", diff --git a/info.json b/info.json index 8173f5c..7441276 100644 --- a/info.json +++ b/info.json @@ -28,7 +28,7 @@ "load": [ { "pid": [ - "e8f8b3f93644a55dcaa84f20c2d7736fbd9ee62a" + "/backend/projectmanagement" ], "type": 4, "for": "Content", @@ -37,7 +37,7 @@ }, { "pid": [ - "754a08ddf8bcb1cf22f310f09206dd783d42f7dd" + "/backend" ], "type": 5, "from": "ProjectManagement",