Skip to content
Snippets Groups Projects
user avatar
Fredrik Jonsson authored
Fixes #3560

Adds the settings:

```
# Should staff be able to export submissions.
SUBMISSIONS_EXPORT_ACCESS_STAFF = env.bool('SUBMISSIONS_EXPORT_ACCESS_STAFF', True)

# Should staff admins be able to export submissions.
SUBMISSIONS_EXPORT_ACCESS_STAFF_ADMIN = env.bool('SUBMISSIONS_EXPORT_ACCESS_STAFF_ADMIN', True)

```
dc68d658
History
Name Last commit Last update