From 8ac62610f5256a0cf15707171af7322dfda735b6 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index fbbf4a3..7796b7c 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "News", - "uri": "/{/lang}/backend/news/dashboard", + "uri": "/{/lang}/backend/news/dashboard?{?}", "target": "self", "icon": null, "order": 40, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "News", - "uri": "/{/lang}/backend/news/dashboard", + "uri": "/{/lang}/backend/news/dashboard?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Archive", - "uri": "/{/lang}/backend/news/archive", + "uri": "/{/lang}/backend/news/archive?{?}", "target": "self", "icon": null, "order": 5, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/news/create", + "uri": "/{/lang}/backend/news/create?{?}", "target": "self", "icon": null, "order": 10, @@ -64,7 +64,7 @@ "type": 3, "subtype": 1, "name": "Draft", - "uri": "/{/lang}/backend/news/draft/list", + "uri": "/{/lang}/backend/news/draft/list?{?}", "target": "self", "icon": null, "order": 15,