diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 334e241324..978f211848 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -90,6 +90,9 @@ $apps[$x]['permissions'][$y]['name'] = "destination_import"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_export"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; $apps[$x]['permissions'][$y]['name'] = "destination_upload"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++;