From 3300fc610f9094d66fde3a571986e3afb837ca8b 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 826a46d..5762fc5 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -1,7 +1,7 @@ [ { "id": 1006001001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 1, "name": "QA", @@ -15,7 +15,7 @@ "children": [ { "id": 1006002001, - "pid": "c3ebc146eec492fbcf5ed5d9d43ca6d0cc253583", + "pid": "/backend/qa", "type": 3, "subtype": 1, "name": "QA", @@ -30,7 +30,7 @@ }, { "id": 1006003001, - "pid": "c3ebc146eec492fbcf5ed5d9d43ca6d0cc253583", + "pid": "/backend/qa", "type": 3, "subtype": 1, "name": "Create", @@ -45,7 +45,7 @@ }, { "id": 1006004001, - "pid": "c3ebc146eec492fbcf5ed5d9d43ca6d0cc253583", + "pid": "/backend/qa", "type": 3, "subtype": 1, "name": "Badges", diff --git a/info.json b/info.json index b71d036..469ca07 100644 --- a/info.json +++ b/info.json @@ -27,7 +27,7 @@ "load": [ { "pid": [ - "7322d5765c8b18b14c20d406e89c628fd0998688" + "/backend/qa" ], "type": 4, "for": 0, @@ -36,7 +36,7 @@ }, { "pid": [ - "754a08ddf8bcb1cf22f310f09206dd783d42f7dd" + "/backend" ], "type": 5, "from": "QA",