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
User assigned only as Author for a submission while being Section editor receives the Editorial Reminder e-mail.
$job = new EditorialReminder($userId, $contextId); $job->handle();
Author should not receive EditorialReminder email
Author receives EditorialReminder email
No response
OJS version 3.4.0
The text was updated successfully, but these errors were encountered:
Thanks, @qlaboudigue! @Vitaliy-1, could you review the linked PR and see if this might also fix #10573? (Or delegate that?)
Sorry, something went wrong.
No branches or pull requests
Valid Title
Description
User assigned only as Author for a submission while being Section editor receives the Editorial Reminder e-mail.
Steps to Reproduce
$job = new EditorialReminder($userId, $contextId); $job->handle();
Expected Result
Author should not receive EditorialReminder email
Actual Result
Author receives EditorialReminder email
Environment Details
No response
Application Version
OJS version 3.4.0
Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: