This commit is contained in:
Dennis Eichhorn 2022-12-10 22:17:54 +01:00
parent fd1585291f
commit 9d475a6931
3 changed files with 15 additions and 15 deletions

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "RiskManagement", "name": "RiskManagement",
"uri": "{/prefix}riskmanagement/cockpit?{?}", "uri": "{/lang}/{/app}/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": "{/prefix}riskmanagement/cockpit?{?}", "uri": "{/lang}/{/app}/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": "{/prefix}riskmanagement/unit/list", "uri": "{/lang}/{/app}/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": "{/prefix}riskmanagement/department/list", "uri": "{/lang}/{/app}/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": "{/prefix}riskmanagement/category/list", "uri": "{/lang}/{/app}/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": "{/prefix}riskmanagement/project/list", "uri": "{/lang}/{/app}/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": "{/prefix}riskmanagement/process/list", "uri": "{/lang}/{/app}/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": "{/prefix}riskmanagement/risk/list", "uri": "{/lang}/{/app}/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": "{/prefix}riskmanagement/risk/create?{?}", "uri": "{/lang}/{/app}/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": "{/prefix}riskmanagement/risk/delete?{?}", "uri": "{/lang}/{/app}/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": "{/prefix}riskmanagement/risk/single/dashboard?{?}", "uri": "{/lang}/{/app}/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": "{/prefix}riskmanagement/cause/list", "uri": "{/lang}/{/app}/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": "{/prefix}riskmanagement/solution/list", "uri": "{/lang}/{/app}/riskmanagement/solution/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 40, "order": 40,

View File

@ -43,7 +43,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="6"> <tr><td colspan="6">
<tbody> <tbody>
<?php $c = 0; foreach ([] as $key => $value) : ++$c; <?php $c = 0; foreach ([] as $key => $value) : ++$c;
$url = \phpOMS\Uri\UriFactory::build('admin/group/settings?{?}&id=' . $value->getId()); ?> $url = \phpOMS\Uri\UriFactory::build('{/lang}/{/app}/admin/group/settings?{?}&id=' . $value->getId()); ?>
<tr> <tr>
<td><a href="<?= $url; ?>"><?= $value->getId(); ?></a> <td><a href="<?= $url; ?>"><?= $value->getId(); ?></a>
<td><a href="<?= $url; ?>"><?= $this->printHtml($value->name); ?></a> <td><a href="<?= $url; ?>"><?= $this->printHtml($value->name); ?></a>

View File

@ -12,7 +12,7 @@
}, },
"creator": { "creator": {
"name": "Karaka", "name": "Karaka",
"website": "www.spl1nes.com" "website": "jingga.app"
}, },
"description": "Risk Management module.", "description": "Risk Management module.",
"directory": "RiskManagement", "directory": "RiskManagement",