From d340345689126afbda49c5320180b1db3104064d 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 73461c4..e5c8e2b 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -1,7 +1,7 @@ [ { "id": 1000801001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 1, "name": "Surveys", @@ -15,7 +15,7 @@ "children": [ { "id": 1000802001, - "pid": "6c941ab5b60c49df3c7d50b935fd213c060a6664", + "pid": "/backend/survey", "type": 3, "subtype": 1, "name": "List", @@ -30,7 +30,7 @@ }, { "id": 1000803001, - "pid": "6c941ab5b60c49df3c7d50b935fd213c060a6664", + "pid": "/backend/survey", "type": 3, "subtype": 1, "name": "Create", diff --git a/info.json b/info.json index d3eeca0..be25938 100644 --- a/info.json +++ b/info.json @@ -26,7 +26,7 @@ "load": [ { "pid": [ - "6c941ab5b60c49df3c7d50b935fd213c060a6664" + "/backend/survey" ], "type": 4, "for": 0, @@ -35,7 +35,7 @@ }, { "pid": [ - "754a08ddf8bcb1cf22f310f09206dd783d42f7dd" + "/backend" ], "type": 5, "from": "Surveys",