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