From 09dfe934d4af4e96c185586252f95b09ec9591c0 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 9ceb6f1..40a6f48 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Production", - "uri": "{/prefix}production/list?{?}", + "uri": "{/prefix}production/list", "target": "self", "icon": null, "order": 5, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}production/list?{?}", + "uri": "{/prefix}production/list", "target": "self", "icon": null, "order": 5,