Ticket #2247: notify_own_changes-0.11.7.patch
| File notify_own_changes-0.11.7.patch, 1.4 KB (added by , 15 years ago) |
|---|
-
./trac/ticket/notification.py
old new 43 43 property change and to any previous updater of that ticket.""") 44 44 45 46 47 48 49 50 45 51 ticket_subject_template = Option('notification', 'ticket_subject_template', 46 52 '$prefix #$ticket.id: $summary', … … 239 245 notify_updater = self.config.getbool('notification', 240 246 'always_notify_updater') 247 248 241 249 242 250 ccrecipients = self.prev_cc … … 286 294 elif updater: 287 295 torecipients.append(updater) 296 297 298 299 288 300 289 301 return (torecipients, ccrecipients)
