User Status was hidden by an in accessible session variable use user_status permission. There permission is more consistent with the rest of the project.

This commit is contained in:
FusionPBX
2023-11-15 08:28:49 -07:00
committed by GitHub
parent aa3a412523
commit 5e0c27d592
2 changed files with 7 additions and 1 deletions

View File

@@ -87,6 +87,11 @@
$y++;
$apps[$x]['permissions'][$y]['name'] = "view_users";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "user_status";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "users";
//default settings
$y=0;
@@ -467,3 +472,4 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>