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,