oms-ResearchDevelopment/Admin/Install/Navigation.install.json
Dennis Eichhorn 5a1c445df1
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:06 +00:00

65 lines
2.1 KiB
JSON

[
{
"id": 1002201001,
"pid": "/",
"type": 2,
"subtype": 0,
"name": "RnD",
"uri": null,
"target": null,
"icon": "science",
"order": 110,
"from": "ResearchDevelopment",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 0,
"children": [
{
"id": 1002202001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "Projects",
"uri": "{/base}/rnd/list",
"target": "self",
"icon": null,
"order": 1,
"from": "ResearchDevelopment",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1002201001,
"children": [
{
"id": 1002202101,
"pid": "/rnd",
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/base}/rnd/list",
"target": "self",
"icon": null,
"order": 1,
"from": "ResearchDevelopment",
"permission": { "permission": 2, "type": null, "element": null },
"parent": 1002202001,
"children": []
},
{
"id": 1002202201,
"pid": "/rnd",
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "{/base}/rnd/create",
"target": "self",
"icon": null,
"order": 5,
"from": "ResearchDevelopment",
"permission": { "permission": 4, "type": null, "element": null },
"parent": 1002202001,
"children": []
}
]
}
]
}
]