diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 0a013c39f1..85f1176d19 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -75,6 +75,12 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "destination_record"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_context"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_fax"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //default settings $y = 0;