Changeset 4274
- Timestamp:
- 09/12/08 10:19:34 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
announcerplugin/0.11/announcerplugin/subscribers/ticket_compat.py
r4030 r4274 174 174 def get_subscriptions_for_event(self, event): 175 175 if event.realm == 'ticket': 176 if event.category in ('c hanged', 'attachment added'):176 if event.category in ('created', 'changed', 'attachment added'): 177 177 cc = event.target['cc'] 178 178 for chunk in re.split('\s|,', cc):
