From efcb30941ab57e0607eece8cd6d85389d6b7d8fc 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 5807b91..1590191 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -34,7 +34,7 @@ "type": 2, "subtype": 1, "name": "Groups", - "uri": "{/prefix}admin/group/list?{?}", + "uri": "{/prefix}admin/group/list", "target": "self", "icon": null, "order": 2, @@ -48,7 +48,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}admin/group/list?{?}", + "uri": "{/prefix}admin/group/list", "target": "self", "icon": null, "order": 1, @@ -80,7 +80,7 @@ "type": 2, "subtype": 1, "name": "Accounts", - "uri": "{/prefix}admin/account/list?{?}", + "uri": "{/prefix}admin/account/list", "target": "self", "icon": null, "order": 3, @@ -94,7 +94,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}admin/account/list?{?}", + "uri": "{/prefix}admin/account/list", "target": "self", "icon": null, "order": 1, @@ -126,7 +126,7 @@ "type": 2, "subtype": 1, "name": "Modules", - "uri": "{/prefix}admin/module/list?{?}", + "uri": "{/prefix}admin/module/list", "target": "self", "icon": null, "order": 4,