Ticket #8648 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 years ago

Ticket without cc field makes notification failed

Reported by: guillaume.mella@obs.ujf-grenoble.fr Assigned to: jeangui
Priority: low Component: DefaultCcPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.12

Description

Hello,

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.

In this configuration, the ticketcc? was empty. Then I just added two new lines in the main.py/ticket_created method so the cc field get inited:

        if ticket['cc']:
            ticket['cc'] += ', '
        else:
            ticket['cc'] = ''

Hope it helps...

Thanks to all trac contributors! -- Guillaume

Attachments

Change History

03/31/11 09:57:56 changed by rjollos

  • status changed from new to closed.
  • resolution set to duplicate.

Add/Change #8648 (Ticket without cc field makes notification failed)




Change Properties
Action