Changeset 4274

Show
Ignore:
Timestamp:
09/12/08 10:19:34 (2 months ago)
Author:
doki_pen
Message:

fixed defect that stopped CC from being sent on ticket creation. trac-hack ticket #3701

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • announcerplugin/0.11/announcerplugin/subscribers/ticket_compat.py

    r4030 r4274  
    174174    def get_subscriptions_for_event(self, event): 
    175175        if event.realm == 'ticket': 
    176             if event.category in ('changed', 'attachment added'): 
     176            if event.category in ('created', 'changed', 'attachment added'): 
    177177                cc = event.target['cc'] 
    178178                for chunk in re.split('\s|,', cc):