-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Emails] New membership onboarding email #2580
Conversation
@elichad This is quite close to completion, you may take a look. I'm still not quite happy about some of the solutions here.
|
… the email action Instead of calling the strategy when membership is created, it is called when person is assigned to the membership.
They were caused by logger from rq module. It's being captured from now on.
Non-deletable formsets were causing unhandled errors during tests, which led to resetting of silenced loggers.
8426d2a
to
b9c8f5b
Compare
b9c8f5b
to
bf5644c
Compare
40e16a1
to
b02d515
Compare
No longer WIP. Issues from previous comment were addressed:
Ad 1: membership tasks "billing contact" or "programmatic contact" are now required for the email to be created. Once there are no such contacts, the email will be cancelled. Ad 2: The "hack" is still in place. Unfortunately I don't see any better solution there. |
This fixes #2577.