Added show all button (#6249)
* Update call_center_queues.php * Update call_center_agents.php * Update app_config.php * Update app_config.php * Update contacts.php * Update app_config.php * Update ivr_menus.php * Update app_config.php * Update call_flows.php * Update app_config.php * Update conference_centers.php * Update app_config.php * Update voicemails.php * Update app_config.php * Update phrases.php * Update app_config.php * Update recordings.php * Update app_config.php * Update call_recordings.php * Update app_config.php * Update call_broadcast.php * Update app_config.php * Update time_conditions.php * Update app_config.php * Update music_on_hold.php * Update app_config.php * Update conferences.php
This commit is contained in:
@@ -48,6 +48,9 @@
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "contact_all";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "contact_upload";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
|
||||
Reference in New Issue
Block a user