From 565fd23916eb081fec9de298354a733e5424ef7b 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 | 20 ++++++++++---------- info.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 7c3fd77..403652c 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -1,7 +1,7 @@ [ { "id": 1004701001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 0, "name": "Organization", @@ -15,7 +15,7 @@ "children": [ { "id": 1004702001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 1, "name": "Units", @@ -29,7 +29,7 @@ "children": [ { "id": 1004702101, - "pid": "bed7df3aff1a2bcb0b5e761764a93f84c2793daf", + "pid": "/backend/organization/unit", "type": 3, "subtype": 1, "name": "List", @@ -44,7 +44,7 @@ }, { "id": 1004702102, - "pid": "bed7df3aff1a2bcb0b5e761764a93f84c2793daf", + "pid": "/backend/organization/unit", "type": 3, "subtype": 1, "name": "Create", @@ -61,7 +61,7 @@ }, { "id": 1004703001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 1, "name": "Departments", @@ -75,7 +75,7 @@ "children": [ { "id": 1004703101, - "pid": "fab21c089971de13f680a30c8fdd0a8edc97af6a", + "pid": "/backend/organization/department", "type": 3, "subtype": 1, "name": "List", @@ -90,7 +90,7 @@ }, { "id": 1004703102, - "pid": "fab21c089971de13f680a30c8fdd0a8edc97af6a", + "pid": "/backend/organization/department", "type": 3, "subtype": 1, "name": "Create", @@ -107,7 +107,7 @@ }, { "id": 1004704001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 1, "name": "Positions", @@ -121,7 +121,7 @@ "children": [ { "id": 1004704101, - "pid": "67b1a05950026df723a6c35c7801234c978e85f2", + "pid": "/backend/organization/position", "type": 3, "subtype": 1, "name": "List", @@ -136,7 +136,7 @@ }, { "id": 1004704102, - "pid": "67b1a05950026df723a6c35c7801234c978e85f2", + "pid": "/backend/organization/position", "type": 3, "subtype": 1, "name": "Create", diff --git a/info.json b/info.json index 3b3ebe1..3dc328f 100644 --- a/info.json +++ b/info.json @@ -25,7 +25,7 @@ "load": [ { "pid": [ - "4b04e005b108e41e107bf2e16b858588275200f3" + "/backend/organization" ], "type": 4, "for": "Organization", @@ -34,7 +34,7 @@ }, { "pid": [ - "754a08ddf8bcb1cf22f310f09206dd783d42f7dd" + "/backend" ], "type": 5, "from": "Organization",