diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index b05d7977ab..d8612d1765 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -108,6 +108,7 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "destination_prefix"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; $apps[$x]['permissions'][$y]['name'] = "destination_number"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";