Ticket #3293: ticketcc.patch
| File ticketcc.patch, 0.6 kB (added by doki_pen, 5 months ago) |
|---|
-
announcerplugin/subscribers/ticket_compat.py
old new 167 167 168 168 def get_subscription_categories(self, realm): 169 169 if realm == 'ticket': 170 yield 'changed'171 yield 'attachment added'172 return170 return ('created', 'changed', 'attachment added') 171 else: 172 return tuple() 173 173 174 174 def get_subscriptions_for_event(self, event): 175 175 if event.realm == 'ticket':
