diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index f93da26..a0cb657 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Surveys", - "uri": "/{/lang}/backend/survey/list", + "uri": "/{/lang}/backend/survey/list?{?}", "target": "self", "icon": null, "order": 50, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/survey/list", + "uri": "/{/lang}/backend/survey/list?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/survey/create", + "uri": "/{/lang}/backend/survey/create?{?}", "target": "self", "icon": null, "order": 5,