added missing fax_email permission (#6894)
This permission is referenced in the fax_edit.php code and allows you to enter a confirmation email for faxes that are sent. Without this permission it is no editable.
This commit is contained in:
parent
5ce4ad4879
commit
91cfa5f778
|
|
@ -262,6 +262,11 @@
|
||||||
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||||
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||||
//$apps[$x]['permissions'][$y]['groups'][] = "fax";
|
//$apps[$x]['permissions'][$y]['groups'][] = "fax";
|
||||||
|
$y++;
|
||||||
|
$apps[$x]['permissions'][$y]['name'] = "fax_email";
|
||||||
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||||
|
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||||
|
$apps[$x]['permissions'][$y]['groups'][] = "fax";
|
||||||
|
|
||||||
//default settings
|
//default settings
|
||||||
$y=0;
|
$y=0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue