diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index e366015..3f1bef7 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Media", - "uri": "/{/lang}/backend/media/list", + "uri": "/{/lang}/backend/media/list?{?}", "target": "self", "icon": null, "order": 20, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/media/list", + "uri": "/{/lang}/backend/media/list?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 5, "name": "Create", - "uri": "/{/lang}/backend/media/create", + "uri": "/{/lang}/backend/media/create?{?}", "target": "self", "icon": null, "order": 5, @@ -51,7 +51,7 @@ "type": 2, "subtype": 2, "name": "Media", - "uri": "/{/lang}/backend/profile/single/media", + "uri": "/{/lang}/backend/profile/single/media?{?}", "target": "self", "icon": null, "order": 3, @@ -66,7 +66,7 @@ "type": 3, "subtype": 1, "name": "Media", - "uri": "/{/lang}/backend/admin/account/single/media", + "uri": "/{/lang}/backend/admin/account/single/media?{?}", "target": "self", "icon": null, "order": 3,