This commit is contained in:
Dennis Eichhorn 2024-04-12 00:52:08 +00:00
parent 20ef429101
commit 1d61e41e81

View File

@ -19,7 +19,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Reports", "name": "Reports",
"uri": "{/base}/qualitymanagement/report/list?{?}", "uri": "{/base}/qualitymanagement/report/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,
@ -33,7 +33,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
"uri": "{/base}/qualitymanagement/report/list?{?}", "uri": "{/base}/qualitymanagement/report/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -48,7 +48,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
"uri": "{/base}/qualitymanagement/report/create?{?}", "uri": "{/base}/qualitymanagement/report/create",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,
@ -67,7 +67,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "QualityReport", "name": "QualityReport",
"uri": "{/base}/private/qualitymanagement/dashboard?{?}", "uri": "{/base}/private/qualitymanagement/dashboard",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,