From 90817326f1ffae7dcde6c4aeb87da9898f81d794 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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index ca3f478..9d870f0 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 0, "name": "Marketing", - "uri": "/{/lang}/backend/marketing/dashboard", + "uri": "/{/lang}/backend/marketing/dashboard?{?}", "target": "self", "icon": "fa fa-paint-brush", "order": 60, @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Promotions", - "uri": "/{/lang}/backend/marketing/promotion/list", + "uri": "/{/lang}/backend/marketing/promotion/list?{?}", "target": "self", "icon": null, "order": 1, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/marketing/promotion/list", + "uri": "/{/lang}/backend/marketing/promotion/list?{?}", "target": "self", "icon": null, "order": 1, @@ -48,7 +48,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/marketing/promotion/create", + "uri": "/{/lang}/backend/marketing/promotion/create?{?}", "target": "self", "icon": null, "order": 5, @@ -65,7 +65,7 @@ "type": 2, "subtype": 1, "name": "Events", - "uri": "/{/lang}/backend/marketing/event/list", + "uri": "/{/lang}/backend/marketing/event/list?{?}", "target": "self", "icon": null, "order": 5, @@ -79,7 +79,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/marketing/event/list", + "uri": "/{/lang}/backend/marketing/event/list?{?}", "target": "self", "icon": null, "order": 1, @@ -94,7 +94,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/marketing/event/create", + "uri": "/{/lang}/backend/marketing/event/create?{?}", "target": "self", "icon": null, "order": 5,