Add to_submitter_only to ReviewPublishedEmailHook
Review Request #8894 — Created April 12, 2017 and submitted — Latest diff uploaded
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.