diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 3d6d8427a6..97348e11bc 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -67,6 +67,9 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_import"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; $apps[$x]['permissions'][$y]['name'] = "destination_domain"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++;