From 98312adebf9ae2bbc4b321ab1ba670af3cac677f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 5 Mar 2020 22:30:00 +0100 Subject: [PATCH] remove parameters after list (id) must not be set --- Admin/Install/Navigation.install.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 08d6139..ebc94bc 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Promotions", - "uri": "{/prefix}marketing/promotion/list?{?}", + "uri": "{/prefix}marketing/promotion/list", "target": "self", "icon": null, "order": 1, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}marketing/promotion/list?{?}", + "uri": "{/prefix}marketing/promotion/list", "target": "self", "icon": null, "order": 1, @@ -65,7 +65,7 @@ "type": 2, "subtype": 1, "name": "Events", - "uri": "{/prefix}marketing/event/list?{?}", + "uri": "{/prefix}marketing/event/list", "target": "self", "icon": null, "order": 5, @@ -79,7 +79,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}marketing/event/list?{?}", + "uri": "{/prefix}marketing/event/list", "target": "self", "icon": null, "order": 1,