From a5e72531ca4a11808148b3304bd61d508db46a07 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 8 Nov 2017 22:39:51 +0100 Subject: [PATCH] Fix #13 --- 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 1790063..b6744c5 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "TimeRecording", - "uri": "{/base}/{/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": "{/base}/{/lang}/backend/hr/timerecording/dashboard?{?}", + "uri": "/{/lang}/backend/hr/timerecording/dashboard?{?}", "target": "self", "icon": null, "order": 1,