From ae39c67cdbe51100dafe1361fdebd39a350b9696 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 | 21 +++------------------ info.json | 4 ++-- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 6007760..f9dd979 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -1,7 +1,7 @@ [ { "id": 1000201001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 0, "name": "Home", @@ -15,7 +15,7 @@ "children": [ { "id": 1000202001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 1, "name": "Dashboard", @@ -32,22 +32,7 @@ }, { "id": 1000200001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", - "type": 1, - "subtype": 1, - "name": "Logout", - "uri": "/{/lang}/api/logout?{?}", - "target": "self", - "icon": "fa fa-power-off", - "order": 999, - "from": "Dashboard", - "permission": null, - "parent": 0, - "children": [] - }, - { - "id": 1000210001, - "pid": "40a630e157504605e40ba241f6b1f78ab1dd97b9", + "pid": "/backend", "type": 1, "subtype": 1, "name": "Logout", diff --git a/info.json b/info.json index 69028e5..3a1692c 100644 --- a/info.json +++ b/info.json @@ -25,7 +25,7 @@ "load": [ { "pid": [ - "3788e96aebafcdf3acc1a87861d559695e9a531f" + "/backend" ], "type": 4, "for": "Content", @@ -34,7 +34,7 @@ }, { "pid": [ - "754a08ddf8bcb1cf22f310f09206dd783d42f7dd" + "/backend" ], "type": 5, "from": "Dashboard",