Fix #2354 - Make review_completed configurable per team and review type
This includes a migration to change mailtrigger slugs to be up to 64
characters instead of 32, as some slugs would not fit and require clunky
abbreviations.
A data migration creates triggers for existing teams, and they are also
created on the fly if a trigger does not exist yet, providing a safe
fallback for new review teams. The review_completed mailtrigger serves
as the template for new triggers.
This commit also includes tests for gather_address_lists(), as none
existed.
- Legacy-Id: 16794
Note: SVN reference [16680] has been migrated to Git commit
|
||
---|---|---|
.. | ||
migrations | ||
__init__.py | ||
admin.py | ||
forms.py | ||
models.py | ||
resources.py | ||
test_utils.py | ||
tests.py | ||
urls.py | ||
utils.py | ||
views.py |