Add existing query to link

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

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "RiskManagement", "name": "RiskManagement",
"uri": "/{/lang}/backend/controlling/riskmanagement/cockpit", "uri": "/{/lang}/backend/controlling/riskmanagement/cockpit?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -19,7 +19,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Cockpit", "name": "Cockpit",
"uri": "/{/lang}/backend/controlling/riskmanagement/cockpit", "uri": "/{/lang}/backend/controlling/riskmanagement/cockpit?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -34,7 +34,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Units", "name": "Units",
"uri": "/{/lang}/backend/controlling/riskmanagement/unit/list", "uri": "/{/lang}/backend/controlling/riskmanagement/unit/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,
@ -49,7 +49,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Departments", "name": "Departments",
"uri": "/{/lang}/backend/controlling/riskmanagement/department/list", "uri": "/{/lang}/backend/controlling/riskmanagement/department/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 10, "order": 10,
@ -64,7 +64,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Categories", "name": "Categories",
"uri": "/{/lang}/backend/controlling/riskmanagement/category/list", "uri": "/{/lang}/backend/controlling/riskmanagement/category/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 15, "order": 15,
@ -79,7 +79,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Projects", "name": "Projects",
"uri": "/{/lang}/backend/controlling/riskmanagement/project/list", "uri": "/{/lang}/backend/controlling/riskmanagement/project/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 20, "order": 20,
@ -94,7 +94,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Processes", "name": "Processes",
"uri": "/{/lang}/backend/controlling/riskmanagement/process/list", "uri": "/{/lang}/backend/controlling/riskmanagement/process/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 25, "order": 25,
@ -109,7 +109,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Risks", "name": "Risks",
"uri": "/{/lang}/backend/controlling/riskmanagement/risk/list", "uri": "/{/lang}/backend/controlling/riskmanagement/risk/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 30, "order": 30,
@ -123,7 +123,7 @@
"type": 5, "type": 5,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
"uri": "/{/lang}/backend/controlling/riskmanagement/risk/create", "uri": "/{/lang}/backend/controlling/riskmanagement/risk/create?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -138,7 +138,7 @@
"type": 5, "type": 5,
"subtype": 1, "subtype": 1,
"name": "Delete", "name": "Delete",
"uri": "/{/lang}/backend/controlling/riskmanagement/risk/delete", "uri": "/{/lang}/backend/controlling/riskmanagement/risk/delete?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -153,7 +153,7 @@
"type": 0, "type": 0,
"subtype": 1, "subtype": 1,
"name": "Risk", "name": "Risk",
"uri": "/{/lang}/backend/controlling/riskmanagement/risk/single/dashboard", "uri": "/{/lang}/backend/controlling/riskmanagement/risk/single/dashboard?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -170,7 +170,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Causes", "name": "Causes",
"uri": "/{/lang}/backend/controlling/riskmanagement/cause/list", "uri": "/{/lang}/backend/controlling/riskmanagement/cause/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 35, "order": 35,
@ -185,7 +185,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Solutions", "name": "Solutions",
"uri": "/{/lang}/backend/controlling/riskmanagement/solution/list", "uri": "/{/lang}/backend/controlling/riskmanagement/solution/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 40, "order": 40,
@ -200,7 +200,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Settings", "name": "Settings",
"uri": "/{/lang}/backend/controlling/riskmanagement/settings/dashboard", "uri": "/{/lang}/backend/controlling/riskmanagement/settings/dashboard?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 45, "order": 45,