From 2e09552d20dc85f64724301fdc921476c4e3e879 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 4a52aa3..5662d73 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Badges", - "uri": "{/prefix}qa/badge/list?{?}", + "uri": "{/prefix}qa/badge/list", "target": "self", "icon": null, "order": 10,