Add existing query to link

This commit is contained in:
Dennis Eichhorn 2017-02-08 19:16:53 +01:00
parent c3163ce3b6
commit 0f4138de9c

View File

@ -19,7 +19,7 @@
"type": 2,
"subtype": 1,
"name": "Projects",
"uri": "/{/lang}/backend/rnd/list",
"uri": "/{/lang}/backend/rnd/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -33,7 +33,7 @@
"type": 3,
"subtype": 1,
"name": "List",
"uri": "/{/lang}/backend/rnd/list",
"uri": "/{/lang}/backend/rnd/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -48,7 +48,7 @@
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "/{/lang}/backend/rnd/create",
"uri": "/{/lang}/backend/rnd/create?{?}",
"target": "self",
"icon": null,
"order": 5,