From 889e24c196254af53a4b6a288014f1535133cee9 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 8c45eb0..a1aaff6 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -9,7 +9,7 @@ "target": "self", "icon": null, "order": 1, - "from": 1006500000, + "from": "Balance", "permission": null, "parent": 1002801001, "children": [ @@ -23,7 +23,7 @@ "target": "self", "icon": null, "order": 1, - "from": 1006500000, + "from": "Balance", "permission": null, "parent": 1006501001, "children": []