component_review/type_defect | by rjsparks@nostrum.com
The code in send_reminder_all_open_reviews grabs all ReviewerSettings that have a non-nul remind_days_open_reviews, then iterates on each returned object.
Where it should fetch the assignments for that reviewer and team associated with a particular settings object, it doesn't filter the assignments to the team, leading to mail appearing to come from team A talking about an assignment that was made from team B.
The other reminder functions should be inspected for similar errors.
Issue migrated from trac:3324 at 2021-09-27 12:28:54 +0500
component_review/
type_defect
| by rjsparks@nostrum.comThe code in send_reminder_all_open_reviews grabs all ReviewerSettings that have a non-nul remind_days_open_reviews, then iterates on each returned object.
Where it should fetch the assignments for that reviewer and team associated with a particular settings object, it doesn't filter the assignments to the team, leading to mail appearing to come from team A talking about an assignment that was made from team B.
The other reminder functions should be inspected for similar errors.
Issue migrated from trac:3324 at 2021-09-27 12:28:54 +0500