By default FAX permissions remove user

- Reason for change is not everyone uses FAX
- There is a fax group adding users to that group who need FAX maybe a better option.
- There is still the option of assign the fax permissions to the user and then protect those permissions.
This commit is contained in:
FusionPBX
2024-08-02 12:06:08 -06:00
committed by GitHub
parent 8ffa56ac38
commit 720be4a68b
2 changed files with 0 additions and 16 deletions
-1
View File
@@ -30,7 +30,6 @@
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/fax/fax.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "fax";