Notifications will not be sent out to the reviewer.
authorLennard de Rijk <ljvderijk@gmail.com>
Mon, 16 Mar 2009 19:08:50 +0000
changeset 1895 564b066c313c
parent 1894 da52a47b5a6b
child 1896 b99f448e983e
Notifications will not be sent out to the reviewer. Should have been in r2574. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/views/models/student_proposal.py
--- a/app/soc/views/models/student_proposal.py	Mon Mar 16 18:05:08 2009 +0000
+++ b/app/soc/views/models/student_proposal.py	Mon Mar 16 19:08:50 2009 +0000
@@ -945,7 +945,7 @@
 
     for follower in followers:
       # sent to every follower except the reviewer
-      #if follower.user.key() != review_entity.author.key():
+      if follower.user.key() != review_entity.author.key():
         notifications_helper.sendNewReviewNotification(follower.user,
             review_entity, entity.title, redirect_url)