oms-Surveys/Admin/Install/Navigation.install.json
Dennis Eichhorn e02a1586f1 fix bugs
2024-04-12 00:52:09 +00:00

49 lines
1.4 KiB
JSON
Executable File

[
{
"id": 1000801001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "Surveys",
"uri": "{/base}/survey/list",
"target": "self",
"icon": null,
"order": 50,
"from": "Surveys",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1003301001,
"children": [
{
"id": 1000802001,
"pid": "/survey",
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/base}/survey/list",
"target": "self",
"icon": null,
"order": 1,
"from": "Surveys",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1000801001,
"children": []
},
{
"id": 1000803001,
"pid": "/survey",
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "{/base}/survey/create",
"target": "self",
"icon": null,
"order": 5,
"from": "Surveys",
"permission": { "permission": 4, "category": null, "element": null },
"parent": 1000801001,
"children": []
}
]
}
]