[
https://issues.apache.org/jira/browse/ROL-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13883891#comment-13883891
]
Greg Huber commented on ROL-1986:
---------------------------------
Glen,
Even easier, comment this out (and associated lines):
org.apache.roller.weblogger.ui.struts2.editor.comments
// if a comment was previously PENDING then this is
// it's first approval, so track it for notification
if(WeblogEntryComment.PENDING.equals(comment.getStatus())) {
approvedComments.add(comment);
}
I can do this if needed.
> Stop sending re-confirmation email after blogger approves comment.
> ------------------------------------------------------------------
>
> Key: ROL-1986
> URL: https://issues.apache.org/jira/browse/ROL-1986
> Project: Apache Roller
> Issue Type: Task
> Components: Comments
> Affects Versions: 5.1
> Reporter: Glen Mazza
> Assignee: Roller Unassigned
> Priority: Minor
>
> When someone posts a comment, blogger gets notification email (providing he's
> configured notifications.) After blogger approves the comment, blogger gets
> another notification email. Stop sending this 2nd email, it's unnecessary
> noise.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)