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,