Add permission event_guard_log_unblock

This commit is contained in:
FusionPBX 2022-08-17 17:26:26 -06:00 committed by GitHub
parent 1b8bf75eff
commit 7e34f1f8f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
$apps[$x]['permissions'][$y]['name'] = 'event_guard_log_all';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'event_guard_log_unblock';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$y++;
//event guard logs
$y = 0;