From 6c360adc8fe550269479184e8dfb1b0a97a9112b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 20 Oct 2023 16:53:42 +0000 Subject: [PATCH] fix bugs --- 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 22f1940..2024d96 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": "{/base}controlling/pl/dashboard?{?}", + "uri": "{/base}/controlling/pl/dashboard?{?}", "target": "self", "icon": null, "order": 1, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "Dashboard", - "uri": "{/base}controlling/pl/dashboard?{?}", + "uri": "{/base}/controlling/pl/dashboard?{?}", "target": "self", "icon": null, "order": 1,