Add existing query to link

This commit is contained in:
Dennis Eichhorn 2017-02-08 19:16:53 +01:00
parent d028cde701
commit 2ca83f5713

View File

@ -19,7 +19,7 @@
"type": 2,
"subtype": 1,
"name": "Employees",
"uri": "/{/lang}/backend/hr/staff/list",
"uri": "/{/lang}/backend/hr/staff/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -33,7 +33,7 @@
"type": 3,
"subtype": 1,
"name": "List",
"uri": "/{/lang}/backend/hr/staff/list",
"uri": "/{/lang}/backend/hr/staff/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -49,7 +49,7 @@
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "/{/lang}/backend/hr/staff/create",
"uri": "/{/lang}/backend/hr/staff/create?{?}",
"target": "self",
"icon": null,
"order": 5,
@ -67,7 +67,7 @@
"type": 2,
"subtype": 1,
"name": "Departments",
"uri": "/{/lang}/backend/hr/department/list",
"uri": "/{/lang}/backend/hr/department/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -81,7 +81,7 @@
"type": 3,
"subtype": 1,
"name": "List",
"uri": "/{/lang}/backend/hr/department/list",
"uri": "/{/lang}/backend/hr/department/list?{?}",
"target": "self",
"icon": null,
"order": 1,