From 52cbf17a4733ca7ee9a7ed88a81262a5cac33b12 Mon Sep 17 00:00:00 2001 From: konradSC Date: Tue, 8 Aug 2017 09:29:12 -0400 Subject: [PATCH] Admin privileges for VM local after email (#2788) I think this is a good default option for Admin's to have. --- app/voicemails/app_config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 4f90a2e36c..72787e51e2 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -90,6 +90,7 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "voicemail_local_after_email"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; $apps[$x]['permissions'][$y]['name'] = "voicemail_option_add"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";