From 2ac2f334ad131953faa9ffefeebba744a8298855 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 | 8 ++++---- info.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 5711e37..f39e1c1 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -1,7 +1,7 @@ [ { "id": 1003601001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 1, "name": "Checklist", @@ -15,7 +15,7 @@ "children": [ { "id": 1003602001, - "pid": "485c01f6ec77f5370a8060bb44b8a13a985184b5", + "pid": "/backend/checklist", "type": 3, "subtype": 1, "name": "List", @@ -30,7 +30,7 @@ }, { "id": 1003603001, - "pid": "485c01f6ec77f5370a8060bb44b8a13a985184b5", + "pid": "/backend/checklist", "type": 3, "subtype": 5, "name": "Templates", @@ -45,7 +45,7 @@ }, { "id": 1003604001, - "pid": "485c01f6ec77f5370a8060bb44b8a13a985184b5", + "pid": "/backend/checklist", "type": 3, "subtype": 5, "name": "CreateTemplate", diff --git a/info.json b/info.json index 8731ddd..c6ad2ba 100644 --- a/info.json +++ b/info.json @@ -27,7 +27,7 @@ "load": [ { "pid": [ - "485c01f6ec77f5370a8060bb44b8a13a985184b5" + "/backend/checklist" ], "type": 4, "for": "Content", @@ -36,7 +36,7 @@ }, { "pid": [ - "754a08ddf8bcb1cf22f310f09206dd783d42f7dd" + "/backend" ], "type": 5, "from": "Checklist",