From 17c01f1906b5741de49b2ac30b775ed4f8dea4ed Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 11 Feb 2019 11:38:15 +0100 Subject: [PATCH] Fix absolute path to relative paths --- 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 a7074ef..92005aa 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "P&L", - "uri": "/{/lang}/backend/controlling/pl/dashboard?{?}", + "uri": "{/lang}/backend/controlling/pl/dashboard?{?}", "target": "self", "icon": null, "order": 1, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "Dashboard", - "uri": "/{/lang}/backend/controlling/pl/dashboard?{?}", + "uri": "{/lang}/backend/controlling/pl/dashboard?{?}", "target": "self", "icon": null, "order": 1,