diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index de3deed..d58c6d8 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Profiles", - "uri": "/{/lang}/backend/profile/list", + "uri": "/{/lang}/backend/profile/list?{?}", "target": "self", "icon": null, "order": 10, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/profile/list", + "uri": "/{/lang}/backend/profile/list?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 5, "subtype": 1, "name": "Profile", - "uri": "/{/lang}/backend/profile/single/front", + "uri": "/{/lang}/backend/profile/single/front?{?}", "target": "self", "icon": null, "order": 3, @@ -49,7 +49,7 @@ "type": 5, "subtype": 1, "name": "Settings", - "uri": "/{/lang}/backend/profile/single/settings", + "uri": "/{/lang}/backend/profile/single/settings?{?}", "target": "self", "icon": null, "order": 999,