Add existing query to link

This commit is contained in:
Dennis Eichhorn 2017-02-08 19:16:53 +01:00
parent cdeaa9225f
commit 9856553dc7

View File

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