From 893ccc8635aafb07e157142a3a52c87733fbeb38 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index ccbefa5..38081a2 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Ticket", - "uri": "/{/lang}/backend/support/list", + "uri": "/{/lang}/backend/support/list?{?}", "target": "self", "icon": null, "order": 1, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/support/list", + "uri": "/{/lang}/backend/support/list?{?}", "target": "self", "icon": null, "order": 1, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/support/create", + "uri": "/{/lang}/backend/support/create?{?}", "target": "self", "icon": null, "order": 5, @@ -67,7 +67,7 @@ "type": 2, "subtype": 1, "name": "Settings", - "uri": "/{/lang}/backend/support/settings/dashboard", + "uri": "/{/lang}/backend/support/settings/dashboard?{?}", "target": "self", "icon": null, "order": 5, @@ -83,7 +83,7 @@ "type": 2, "subtype": 1, "name": "Analysis", - "uri": "/{/lang}/backend/support/analysis/dashboard", + "uri": "/{/lang}/backend/support/analysis/dashboard?{?}", "target": "self", "icon": null, "order": 10, @@ -101,7 +101,7 @@ "type": 2, "subtype": 1, "name": "Support", - "uri": "/{/lang}/backend/private/support/dashboard", + "uri": "/{/lang}/backend/private/support/dashboard?{?}", "target": "self", "icon": null, "order": 5,