- Jul 11, 2024
-
- May 21, 2024
-
-
Fredrik Jonsson authored
-
- Feb 12, 2024
-
- Feb 06, 2024
-
-
Fredrik Jonsson authored
-
- Nov 14, 2023
-
-
Fredrik Jonsson authored
Faker v20.x makes a number of test not work. Faker is a dependency of factory_boy. An update to factory_boy might fix it or we need to update our tests. This fix works in the meantime.
-
- 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
-