Skip to content
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

Fix: save template even if not rendered on delivery (fix #395) #403

Conversation

franciscobmacedo
Copy link
Contributor

@franciscobmacedo franciscobmacedo commented Jul 13, 2022

When creating an email in the create function (mail.py) without the render_on_delivery option, it should still save the template, as it was still used and can be usefull for admin purposes.

This should solve #395

@selwin selwin merged commit dddde78 into ui:master Aug 1, 2022
@selwin
Copy link
Collaborator

selwin commented Aug 1, 2022

Thanks!

@JiriKr
Copy link
Contributor

JiriKr commented Aug 24, 2022

Thanks for this change 👍 . Maybe we should modify also

if self.template is not None:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants