From 7e34b12e937f3dd7d5ba490c10c09cb548744b09 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 8 Feb 2017 19:16:53 +0100 Subject: [PATCH] Add existing query to link --- 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 b3ee893..7aa643a 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Budgeting", - "uri": "/{/lang}/backend/controlling/budgeting/dashboard", + "uri": "/{/lang}/backend/controlling/budgeting/dashboard?{?}", "target": "self", "icon": null, "order": 1, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "Dashboard", - "uri": "/{/lang}/backend/controlling/budgeting/dashboard", + "uri": "/{/lang}/backend/controlling/budgeting/dashboard?{?}", "target": "self", "icon": null, "order": 1,