From 75b880567c3d9adac94d609beee351ca9ed5ef78 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 77a3565..1662e90 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -64,7 +64,7 @@ "type": 3, "subtype": 1, "name": "Draft", - "uri": "{/prefix}news/draft/list?{?}", + "uri": "{/prefix}news/draft/list", "target": "self", "icon": null, "order": 15,