From 55f615fb0b2fccf7897748dd4ae40f0c9d998e12 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 | 12 ++++++------ info.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 3b19666..e4cab3a 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -1,7 +1,7 @@ [ { "id": 1002401001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 0, "name": "HumanResourceManagement", @@ -15,7 +15,7 @@ "children": [ { "id": 1002402001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 1, "name": "Employees", @@ -29,7 +29,7 @@ "children": [ { "id": 1002402101, - "pid": "29a67db2902a784f66b5e896efd84b0004be2087", + "pid": "/backend/hr/staff", "type": 3, "subtype": 1, "name": "List", @@ -45,7 +45,7 @@ }, { "id": 1002402201, - "pid": "29a67db2902a784f66b5e896efd84b0004be2087", + "pid": "/backend/hr/staff", "type": 3, "subtype": 1, "name": "Create", @@ -63,7 +63,7 @@ }, { "id": 1002403001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 1, "name": "Departments", @@ -77,7 +77,7 @@ "children": [ { "id": 1002403101, - "pid": "5696bf086bb04c219b1a2654ad9df177c35be669", + "pid": "/backend/hr/department", "type": 3, "subtype": 1, "name": "List", diff --git a/info.json b/info.json index 386b00c..6711d2b 100644 --- a/info.json +++ b/info.json @@ -26,7 +26,7 @@ "load": [ { "pid": [ - "41e01e60d64554c69eef1d1f6a45b0d1609c0345" + "/backend/hr" ], "type": 4, "for": 0, @@ -35,7 +35,7 @@ }, { "pid": [ - "754a08ddf8bcb1cf22f310f09206dd783d42f7dd" + "/backend" ], "type": 5, "from": "HumanResourceManagement",