From 15e7807e9000f57e1130f4b4c50204f5cd2188cc Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 12 May 2021 15:48:33 -0600 Subject: [PATCH] create destinations export --- app/destinations/app_config.php | 3 +++ 1 file changed, 3 insertions(+) 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++;