Add existing query to link

This commit is contained in:
Dennis Eichhorn 2017-02-08 19:16:53 +01:00
parent dd5a8d3e3a
commit 6d7c1d6b6f

View File

@ -5,7 +5,7 @@
"type": 2,
"subtype": 1,
"name": "Suppliers",
"uri": "/{/lang}/backend/purchase/supplier/list",
"uri": "/{/lang}/backend/purchase/supplier/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -19,7 +19,7 @@
"type": 3,
"subtype": 1,
"name": "List",
"uri": "/{/lang}/backend/purchase/supplier/list",
"uri": "/{/lang}/backend/purchase/supplier/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -33,7 +33,7 @@
"type": 3,
"subtype": 1,
"name": "Profile",
"uri": "/{/lang}/backend/purchase/supplier/profile",
"uri": "/{/lang}/backend/purchase/supplier/profile?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -48,7 +48,7 @@
"type": 3,
"subtype": 1,
"name": "Invoices",
"uri": "/{/lang}/backend/purchase/supplier/invoice/list",
"uri": "/{/lang}/backend/purchase/supplier/invoice/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -63,7 +63,7 @@
"type": 3,
"subtype": 1,
"name": "Articles",
"uri": "/{/lang}/backend/purchase/supplier/article/list",
"uri": "/{/lang}/backend/purchase/supplier/article/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -78,7 +78,7 @@
"type": 3,
"subtype": 1,
"name": "Analysis",
"uri": "/{/lang}/backend/purchase/supplier/analysis",
"uri": "/{/lang}/backend/purchase/supplier/analysis?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -95,7 +95,7 @@
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "/{/lang}/backend/purchase/supplier/create",
"uri": "/{/lang}/backend/purchase/supplier/create?{?}",
"target": "self",
"icon": null,
"order": 5,