create destinations export

This commit is contained in:
chansizzle 2021-05-12 15:48:33 -06:00 committed by GitHub
parent 5999d79b6a
commit 15e7807e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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++;