Changeset 876

Show
Ignore:
Timestamp:
06/08/07 04:50:30
Author:
mylan
Message:

Fix notification bug on deleting single comment.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneComments/trunk/skins/qplonecomments/2.0.5/discussion_publish_comment.py

    r613 r876  
    1111from Products.CMFCore.utils import getToolByName 
    1212from Products.qPloneComments.utils import publishDiscussion 
     13from Products.qPloneComments.utils import manage_mails 
    1314 
    1415if obj is None: 
     
    2425reply = talkback.getReply( obj.getId() ) 
    2526publishDiscussion(reply) 
     27manage_mails(reply, context, action='publishing') 
    2628 
    2729portal_status_message='Comment+published'