Fix reviewers sometimes receiving email they shouldn't
Review Request #7663 — Created Sept. 28, 2015 and submitted
Previously, the
should_send_own_updatescode was not implemented
correctly. If a user had that setting set toFalseand created a
review request that had a target group that contained themselves and
another target user, then reviewing the review request would cause them
to receive e-mail. This issue has been fixed. A unit test has bee
added to ensure this behaviour does not regress.
Ran unit tests.
| Description | From | Last Updated |
|---|---|---|
|
Typo: This comment should probably also be updated to be 3985. |
AD adriano |
Tool: Pyflakes Processed Files: reviewboard/notifications/email.py reviewboard/notifications/tests.py Tool: PEP8 Style Checker Processed Files: reviewboard/notifications/email.py reviewboard/notifications/tests.py