Add user_log_all permission.

This commit is contained in:
FusionPBX 2021-02-13 23:39:55 -07:00 committed by GitHub
parent e4ad713a11
commit 4f5722053e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@
$apps[$x]['permissions'][$y]['name'] = 'user_log_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'user_log_all';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$y++;
$apps[$x]['permissions'][$y]['name'] = 'user_log_delete';
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$y++;
@ -78,4 +81,4 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the user agent.';
$z++;
?>
?>