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

Editorial Reminder bug : When section editor is an author #11047

Open
1 task done
qlaboudigue opened this issue Mar 7, 2025 · 1 comment
Open
1 task done

Editorial Reminder bug : When section editor is an author #11047

qlaboudigue opened this issue Mar 7, 2025 · 1 comment

Comments

@qlaboudigue
Copy link

Valid Title

  • I have updated the title to accurately reflect the bug description

Description

User assigned only as Author for a submission while being Section editor receives the Editorial Reminder e-mail.

Image

Steps to Reproduce

  1. Log in as an Author being also Section Editor
  2. Get userId
  3. Create a submission
  4. Locally, update submission date_last_activity with UPDATE submissions SET date_last_activity = DATE_SUB(NOW(), INTERVAL 31 DAY
  5. Locally, trigger EditorialReminder :
    $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

@asmecher
Copy link
Member

asmecher commented Mar 8, 2025

Thanks, @qlaboudigue! @Vitaliy-1, could you review the linked PR and see if this might also fix #10573? (Or delegate that?)

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

No branches or pull requests

2 participants