Skip to content

Commit

Permalink
Voicemail: Remove unused permission.
Browse files Browse the repository at this point in the history
  • Loading branch information
fusionate committed Jan 18, 2021
1 parent 246ffb3 commit 2fcabef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/voicemails/app_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@
$apps[$x]['permissions'][$y]['groups'][] = "user";
$apps[$x]['permissions'][$y]['groups'][] = "agent";
$y++;
$apps[$x]['permissions'][$y]['name'] = "voicemail_message_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "voicemail_message_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
Expand Down

0 comments on commit 2fcabef

Please sign in to comment.