[pollen] branch feature/Notification updated (e4fb282 -> 10e74d5)
This is an automated email from the git hooks/post-receive script. New change to branch feature/Notification in repository pollen. See http://git.chorem.org/pollen.git from e4fb282 improve template new 10e74d5 no send notify when close poll The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 10e74d598757fe9e776c51af6eddbf48072ea615 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Tue Aug 26 11:42:48 2014 +0200 no send notify when close poll Summary of changes: .../java/org/chorem/pollen/services/service/NotificationService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/Notification in repository pollen. See http://git.chorem.org/pollen.git commit 10e74d598757fe9e776c51af6eddbf48072ea615 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Tue Aug 26 11:42:48 2014 +0200 no send notify when close poll --- .../java/org/chorem/pollen/services/service/NotificationService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/NotificationService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/NotificationService.java index a810571..c6303e0 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/NotificationService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/NotificationService.java @@ -106,7 +106,7 @@ public class NotificationService extends PollenServiceSupport { EmailService emailService = getEmailService(); PollClosedEmail email = emailService.newPollClosedEmail(getLocale(), poll); - email.addTo(poll.getCreator().getEmail()); + //email.addTo(poll.getCreator().getEmail()); emailService.send(email); -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm