From 2a47f856f88b989541d3e5bda2218af02b2573df 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 820862f..e73c117 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "TimeRecording", - "uri": "/{/lang}/backend/hr/timerecording/dashboard?{?}", + "uri": "{/lang}/backend/hr/timerecording/dashboard?{?}", "target": "self", "icon": null, "order": 70, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/hr/timerecording/dashboard?{?}", + "uri": "{/lang}/backend/hr/timerecording/dashboard?{?}", "target": "self", "icon": null, "order": 1,