Changes between Initial Version and Version 1 of Ticket #3739, comment 19


Ignore:
Timestamp:
Aug 15, 2013, 3:33:10 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3739, comment 19

    initial v1  
    66
    77In announcer producers/ticket.py I added to TicketChangeProducer ticket_changed:
    8 {{{
     8{{{#!python
    99    def ticket_changed(self, ticket, comment, author, old_values):
    1010        if getattr(ticket, 'announcer_suppress_announcement', False):
     
    1313
    1414And in batchmodify I applied (against 0.8.1_trac0.11dev_r11791):
    15 {{{
    16 #!diff
     15{{{#!diff
    1716--- /tmp/web_ui.py      2013-08-14 14:39:00.738226694 +0200
    1817+++ web_ui.py   2013-08-14 14:28:21.263181156 +0200