From 23476a92662c4a44639e3db7d7b8021eb3c38ca8 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 2a4ed45..2e2c77d 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -9,7 +9,7 @@ "target": "self", "icon": "fa fa-shopping-cart", "order": 30, - "from": 1002100000, + "from": "Purchase", "permission": null, "parent": 0, "children": [ @@ -23,7 +23,7 @@ "target": "self", "icon": null, "order": 15, - "from": 1002100000, + "from": "Purchase", "permission": null, "parent": 1002101001, "children": []