From 09e5cfe6208ef56d946c099b0200bc4d94d2ae68 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 f6f9ab9..bcbf6d8 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Draw", - "uri": "/{/lang}/backend/draw/list", + "uri": "/{/lang}/backend/draw/list?{?}", "target": "self", "icon": null, "order": 70, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/draw/list", + "uri": "/{/lang}/backend/draw/list?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 5, "name": "Create", - "uri": "/{/lang}/backend/draw/create", + "uri": "/{/lang}/backend/draw/create?{?}", "target": "self", "icon": null, "order": 15,