- Sep 19, 2023
-
-
Fredrik Jonsson authored
Co-authored-by:
Saurabh Kumar <theskumar@users.noreply.github.com> Co-authored-by:
Sandeep Chauhan <sandeepsajan0@gmail.com>
-
- Sep 08, 2023
-
-
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) ```
-
- May 13, 2023
-
-
Fredrik Jonsson authored
-
- Mar 09, 2023
-
-
Fredrik Jonsson authored
Fixes #3242
-
- Jan 09, 2023
-
-
Sandeep Chauhan authored
Fixes #3021 NEW_SUBMISSION is getting used to notify staff members on slack and also to notify the applicant. But for draft submission, only the applicant should get the notification, there shouldn't be any recorder activity or slack notification. So, added a separate event DRAFT_SUBMISSION that only sends the notification/email to the applicant. Co-authored-by:
Fredrik Jonsson <frjo@xdeb.org>
-
- Nov 11, 2022
-
-
Fredrik Jonsson authored
-