JSHint
passed.
PEP8 Style Checker
internal error.
Pyflakes
passed.
Review Request #8894 — Created April 12, 2017 and submitted
The
ReviewPublishedEmailHookwas 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_fieldmethod to correctly refer to the
cc_fieldargument instead ofto_field.
Ran unit tests.