From 4b5a12450666c4c4368b439bcb9f98216aff323c 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 dee0f2c..450d952 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -9,7 +9,7 @@ "target": "self", "icon": null, "order": 1, - "from": 1003200000, + "from": "SupplierManagement", "permission": null, "parent": 1002101001, "children": [ @@ -23,7 +23,7 @@ "target": "self", "icon": null, "order": 1, - "from": 1003200000, + "from": "SupplierManagement", "permission": null, "parent": 1003202001, "children": [] @@ -38,7 +38,7 @@ "target": "self", "icon": null, "order": 5, - "from": 1003200000, + "from": "SupplierManagement", "permission": null, "parent": 1003202001, "children": []