Give admin the fax_queue_view permission by default.
This commit is contained in:
parent
5cb5ba3f47
commit
a4c4b71232
|
|
@ -14,7 +14,7 @@
|
|||
$y = 0;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'fax_queue_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'fax_queue_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
|
|
@ -163,4 +163,4 @@
|
|||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the fax command.';
|
||||
$z++;
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue