From d1cef57b517e11b957787c087f56d976b951db3a 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index e094d3b..5096f49 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Dashboard", - "uri": "/{/lang}/backend", + "uri": "/{/lang}/backend?{?}", "target": "self", "icon": null, "order": 1, @@ -36,7 +36,7 @@ "type": 1, "subtype": 1, "name": "Logout", - "uri": "/{/lang}/api/logout", + "uri": "/{/lang}/api/logout?{?}", "target": "self", "icon": "fa fa-power-off", "order": 999, @@ -51,7 +51,7 @@ "type": 1, "subtype": 1, "name": "Logout", - "uri": "/{/lang}/api/logout", + "uri": "/{/lang}/api/logout?{?}", "target": "self", "icon": "fa fa-power-off", "order": 999,