Update app_config.php
This commit is contained in:
parent
257112e21f
commit
036cdc73b9
|
|
@ -115,6 +115,9 @@
|
||||||
$apps[$x]['permissions'][$y]['name'] = "call_center_log_delete";
|
$apps[$x]['permissions'][$y]['name'] = "call_center_log_delete";
|
||||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||||
|
$y++;
|
||||||
|
$apps[$x]['permissions'][$y]['name'] = "call_center_wallboard";
|
||||||
|
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||||
|
|
||||||
//default settings
|
//default settings
|
||||||
$y = 0;
|
$y = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue