From 9edd85fa745f37d0e7e91cefe2a95916140d3e0f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 12 Apr 2024 00:52:07 +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 2024d96..5a7a39d 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,