From feb19391a4fa7174c6814d1270751339b5121dbd Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 4 Feb 2018 17:13:51 +0100 Subject: [PATCH] Fix navigation nav_from from id to name --- Admin/Install/Navigation.install.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 3414ae1..0185921 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -9,7 +9,7 @@ "target": "self", "icon": null, "order": 1, - "from": 1006600000, + "from": "AssetManagement", "permission": null, "parent": 1002601001, "children": [ @@ -23,7 +23,7 @@ "target": "self", "icon": null, "order": 1, - "from": 1006600000, + "from": "AssetManagement", "permission": null, "parent": 1006601001, "children": []