Initial commit
This commit is contained in:
21
custom/Espo/Modules/Advanced/Resources/metadata/app/acl.json
Normal file
21
custom/Espo/Modules/Advanced/Resources/metadata/app/acl.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"mandatory": {
|
||||
"scopeLevel": {
|
||||
"Workflow": false,
|
||||
"WorkflowLogRecord": false,
|
||||
"ReportPanel": false,
|
||||
"BpmnFlowNode": "BpmnProcess"
|
||||
}
|
||||
},
|
||||
"adminMandatory": {
|
||||
"scopeLevel": {
|
||||
"BpmnFlowchart": {
|
||||
"create": "yes",
|
||||
"read": "all",
|
||||
"edit": "all",
|
||||
"delete": "all",
|
||||
"stream": "all"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user