Changes between Initial Version and Version 1 of Ticket #8647


Ignore:
Timestamp:
Jul 17, 2012, 9:48:43 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8647 – Description

    initial v1  
    33  I tried to install defaultCC plugin onto one trac config(0.12) which was using email2trac(1.6.0 or 2.0.2). Then the tickets submited from emails didn't get notified to the owner and default cc list was not added to the cc list.
    44
    5 In this configuration, the ticket['cc'] was empty. Then I just added two new lines in the main.py/ticket_created method so the cc field get inited:
     5In this configuration, the `ticket['cc']` was empty. Then I just added two new lines in the main.py/ticket_created method so the cc field get inited:
    66{{{
    77        if ticket['cc']: