diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 44d59e7..6704c84 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "General", - "uri": "/{/lang}/backend/admin/settings/general", + "uri": "/{/lang}/backend/admin/settings/general?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 2, "subtype": 1, "name": "Groups", - "uri": "/{/lang}/backend/admin/group/list", + "uri": "/{/lang}/backend/admin/group/list?{?}", "target": "self", "icon": null, "order": 2, @@ -48,7 +48,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/admin/group/list", + "uri": "/{/lang}/backend/admin/group/list?{?}", "target": "self", "icon": null, "order": 1, @@ -63,7 +63,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/admin/group/create", + "uri": "/{/lang}/backend/admin/group/create?{?}", "target": "self", "icon": null, "order": 5, @@ -78,7 +78,7 @@ "type": 0, "subtype": 1, "name": "Front", - "uri": "/{/lang}/backend/admin/group/single/front", + "uri": "/{/lang}/backend/admin/group/single/front?{?}", "target": "self", "icon": null, "order": 1, @@ -92,7 +92,7 @@ "type": 3, "subtype": 1, "name": "Front", - "uri": "/{/lang}/backend/admin/group/single/front", + "uri": "/{/lang}/backend/admin/group/single/front?{?}", "target": "self", "icon": null, "order": 1, @@ -107,7 +107,7 @@ "type": 3, "subtype": 1, "name": "Members", - "uri": "/{/lang}/backend/admin/group/single/members", + "uri": "/{/lang}/backend/admin/group/single/members?{?}", "target": "self", "icon": null, "order": 2, @@ -126,7 +126,7 @@ "type": 2, "subtype": 1, "name": "Accounts", - "uri": "/{/lang}/backend/admin/account/list", + "uri": "/{/lang}/backend/admin/account/list?{?}", "target": "self", "icon": null, "order": 3, @@ -140,7 +140,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/admin/account/list", + "uri": "/{/lang}/backend/admin/account/list?{?}", "target": "self", "icon": null, "order": 1, @@ -155,7 +155,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/admin/account/create", + "uri": "/{/lang}/backend/admin/account/create?{?}", "target": "self", "icon": null, "order": 5, @@ -170,7 +170,7 @@ "type": 0, "subtype": 0, "name": "Front", - "uri": "/{/lang}/backend/admin/account/single/front", + "uri": "/{/lang}/backend/admin/account/single/front?{?}", "target": "self", "icon": null, "order": 3, @@ -184,7 +184,7 @@ "type": 3, "subtype": 1, "name": "Front", - "uri": "/{/lang}/backend/admin/account/single/front", + "uri": "/{/lang}/backend/admin/account/single/front?{?}", "target": "self", "icon": null, "order": 3, @@ -203,7 +203,7 @@ "type": 2, "subtype": 1, "name": "Modules", - "uri": "/{/lang}/backend/admin/module/list", + "uri": "/{/lang}/backend/admin/module/list?{?}", "target": "self", "icon": null, "order": 4, @@ -217,7 +217,7 @@ "type": 3, "subtype": 1, "name": "Settings", - "uri": "/{/lang}/backend/admin/module/setting", + "uri": "/{/lang}/backend/admin/module/setting?{?}", "target": "self", "icon": null, "order": 4,