This commit is contained in:
Dennis Eichhorn 2024-04-12 00:52:08 +00:00
parent d43a9321de
commit 6b1b5ec017

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "RiskManagement", "name": "RiskManagement",
"uri": "{/base}/controlling/riskmanagement/cockpit?{?}", "uri": "{/base}/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": "{/base}/controlling/riskmanagement/cockpit?{?}", "uri": "{/base}/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": "Departments", "name": "Departments",
"uri": "{/base}/controlling/riskmanagement/department/list?{?}", "uri": "{/base}/controlling/riskmanagement/department/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 10, "order": 10,
@ -49,7 +49,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Categories", "name": "Categories",
"uri": "{/base}/controlling/riskmanagement/category/list?{?}", "uri": "{/base}/controlling/riskmanagement/category/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 15, "order": 15,
@ -64,7 +64,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Projects", "name": "Projects",
"uri": "{/base}/controlling/riskmanagement/project/list?{?}", "uri": "{/base}/controlling/riskmanagement/project/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 20, "order": 20,
@ -79,7 +79,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Processes", "name": "Processes",
"uri": "{/base}/controlling/riskmanagement/process/list?{?}", "uri": "{/base}/controlling/riskmanagement/process/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 25, "order": 25,
@ -94,7 +94,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Risks", "name": "Risks",
"uri": "{/base}/controlling/riskmanagement/risk/list?{?}", "uri": "{/base}/controlling/riskmanagement/risk/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 30, "order": 30,
@ -108,7 +108,7 @@
"type": 5, "type": 5,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
"uri": "{/base}/controlling/riskmanagement/risk/create?{?}", "uri": "{/base}/controlling/riskmanagement/risk/create",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -123,7 +123,7 @@
"type": 5, "type": 5,
"subtype": 1, "subtype": 1,
"name": "Delete", "name": "Delete",
"uri": "{/base}/controlling/riskmanagement/risk/delete?{?}", "uri": "{/base}/controlling/riskmanagement/risk/delete",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -138,7 +138,7 @@
"type": 0, "type": 0,
"subtype": 1, "subtype": 1,
"name": "Risk", "name": "Risk",
"uri": "{/base}/controlling/riskmanagement/risk/view/dashboard?{?}", "uri": "{/base}/controlling/riskmanagement/risk/view/dashboard",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -155,7 +155,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Causes", "name": "Causes",
"uri": "{/base}/controlling/riskmanagement/cause/list?{?}", "uri": "{/base}/controlling/riskmanagement/cause/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 35, "order": 35,
@ -170,7 +170,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Solutions", "name": "Solutions",
"uri": "{/base}/controlling/riskmanagement/solution/list?{?}", "uri": "{/base}/controlling/riskmanagement/solution/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 40, "order": 40,
@ -185,7 +185,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Settings", "name": "Settings",
"uri": "{/base}/controlling/riskmanagement/settings/dashboard?{?}", "uri": "{/base}/controlling/riskmanagement/settings/dashboard",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 45, "order": 45,