oms-ContractManagement/Admin/Install/Navigation.install.json
2022-12-10 22:17:54 +01:00

34 lines
950 B
JSON
Executable File

[
{
"id": 1007901001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "Contract",
"uri": "{/lang}/{/app}/contract/list?{?}",
"target": "self",
"icon": null,
"order": 45,
"from": "Kanban",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1003301001,
"children": [
{
"id": 1007902001,
"pid": "/contract",
"type": 3,
"subtype": 1,
"name": "Contracts",
"uri": "{/lang}/{/app}/contract/list?{?}",
"target": "self",
"icon": null,
"order": 1,
"from": "Kanban",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1007901001,
"children": []
}
]
}
]