From b15be84763328608ed93e9de259c86574e951b1a 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index c617011..9a4dcca 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -9,7 +9,7 @@ "target": "self", "icon": null, "order": 1, - "from": 1003100000, + "from": "ClientManagement", "permission": null, "parent": 1001601001, "children": [ @@ -23,7 +23,7 @@ "target": "self", "icon": null, "order": 1, - "from": 1003100000, + "from": "ClientManagement", "permission": null, "parent": 1003102001, "children": [] @@ -38,7 +38,7 @@ "target": "self", "icon": null, "order": 1, - "from": 1003100000, + "from": "ClientManagement", "permission": null, "parent": 1003102001, "children": []