From 616b7901200622d08ce67dc590dc8503458ea4e0 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 | 4 ++-- info.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 4e4c591..d77ae41 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -1,7 +1,7 @@ [ { "id": 1001001001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 1, "name": "BusinessExpenses", @@ -15,7 +15,7 @@ "children": [ { "id": 1001002001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 1, "name": "List", diff --git a/info.json b/info.json index 2ae461b..ffc08dc 100644 --- a/info.json +++ b/info.json @@ -25,7 +25,7 @@ "load": [ { "pid": [ - "754a08ddf8bcb1cf22f310f09206dd783d42f7dd" + "/backend" ], "type": 5, "from": "BusinessExpenses",