Edgewall Software

Ticket #2247: notify_own_changes-0.11.7.patch

File notify_own_changes-0.11.7.patch, 1.4 KB (added by stef@…, 15 years ago)

Sebastian's patch for 0.11.7

  • ./trac/ticket/notification.py

    old new  
    4343        property change and to any previous updater of that ticket.""")
    4444       
     45
     46
     47
     48
     49
     50
    4551    ticket_subject_template = Option('notification', 'ticket_subject_template',
    4652                                     '$prefix #$ticket.id: $summary',
     
    239245        notify_updater = self.config.getbool('notification',
    240246                                             'always_notify_updater')
     247
     248
    241249
    242250        ccrecipients = self.prev_cc
     
    286294        elif updater:
    287295            torecipients.append(updater)
     296
     297
     298
     299
    288300
    289301        return (torecipients, ccrecipients)