JSHint
passed.
PEP8 Style Checker
internal error.
Pyflakes
passed.
Review Request #8894 — Created April 12, 2017 and submitted
The
ReviewPublishedEmailHook
was missing theto_submitter_only
argument and we weren't sending it when filtering. This patch adds it
in. This patch also corrects the documentation of the
ReviewpublishedEmailHook.get_cc_field
method to correctly refer to the
cc_field
argument instead ofto_field
.
Ran unit tests.