We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The notify_hook function that dynamically pulls email subjects from settings only works for journal-level emails:
notify_hook
https://github.com/BirkbeckCTP/janeway/blob/84d141b9165ca564f02e90641e476bd0da744c94/src/utils/notify_plugins/notify_email.py#L125-L127
Janeway version 84d141b
The text was updated successfully, but these errors were encountered:
Retrieve press-level email subjects from settings #3694
2f68c5d
Add an f to the f-string #3694
19bd80f
Remove press-level override of subject string in core logic #3694
39e2b8e
Merge pull request #3713 from BirkbeckCTP/3694-notify-email-subject-p…
556598b
…ress Retrieve press-level email subjects from settings #3694
joemull
Successfully merging a pull request may close this issue.
Describe the bug
The
notify_hook
function that dynamically pulls email subjects from settings only works for journal-level emails:https://github.com/BirkbeckCTP/janeway/blob/84d141b9165ca564f02e90641e476bd0da744c94/src/utils/notify_plugins/notify_email.py#L125-L127
Janeway version
84d141b
The text was updated successfully, but these errors were encountered: