Merge branch 'ent-12440-16596-agregar-acl-operation-events-events-no-hace-nada' into 'develop'
Ent 12440 16596 agregar acl operation events events no hace nada See merge request artica/pandorafms!6713
This commit is contained in:
commit
e91230b165
|
@ -1890,6 +1890,13 @@ if (enterprise_hook(
|
|||
'eventos',
|
||||
'execute_event_responses',
|
||||
]
|
||||
) === false && enterprise_hook(
|
||||
'enterprise_acl',
|
||||
[
|
||||
$config['id_user'],
|
||||
'eventos',
|
||||
'operation/events/events',
|
||||
]
|
||||
) === false
|
||||
) {
|
||||
$readonly = true;
|
||||
|
|
Loading…
Reference in New Issue