diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index ad8a1f0..423941d 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Checklist", - "uri": "/{/lang}/backend/checklist/list", + "uri": "/{/lang}/backend/checklist/list?{?}", "target": "self", "icon": null, "order": 65, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/checklist/list", + "uri": "/{/lang}/backend/checklist/list?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 5, "name": "Templates", - "uri": "/{/lang}/backend/checklist/template/list", + "uri": "/{/lang}/backend/checklist/template/list?{?}", "target": "self", "icon": null, "order": 5, @@ -49,7 +49,7 @@ "type": 3, "subtype": 5, "name": "CreateTemplate", - "uri": "/{/lang}/backend/checklist/template/create", + "uri": "/{/lang}/backend/checklist/template/create?{?}", "target": "self", "icon": null, "order": 15,