[Trac-tickets] Re: [The Trac Project] #3361: changes in
notification cause breakage in email2trac
The Trac Project
noreply at edgewall.com
Tue Jul 18 01:33:30 CDT 2006
#3361: changes in notification cause breakage in email2trac
-------------------------------------+--------------------------------------
Reporter: micah at riseup.net | Owner: eblot
Type: defect | Status: assigned
Priority: normal | Milestone:
Component: ticket system | Version: devel
Severity: major | Resolution:
Keywords: notification email2trac |
-------------------------------------+--------------------------------------
Comment (by cboos):
Replying to [comment:2 eblot]:
> How do you exactly call the notification handler ?
Yes, I think that this might be the problem...
The notify method signature has changed, it now takes a `req` argument:
{{{
#!python
def notify(self, ticket, req, newticket=True, modtime=0):
}}}
--
Ticket URL: <http://trac.edgewall.org/ticket/3361>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list