Add existing query to link

This commit is contained in:
Dennis Eichhorn 2017-02-08 19:16:53 +01:00
parent 94d0701409
commit 1eb32d10d8

View File

@ -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,