[Trac-tickets] [The Trac Project] #2729: notification email is not
sent if reporter or owner is NULL
The Trac Project
noreply at edgewall.com
Wed Feb 8 10:43:15 CST 2006
#2729: notification email is not sent if reporter or owner is NULL
--------------------------------+-------------------------------------------
Reporter: lalinsky at gmail.com | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: ticket system | Version: 0.9.3
Severity: normal | Keywords:
--------------------------------+-------------------------------------------
If I set both {{{always_notify_reporter}}} and {{{always_notify_owner}}}
to {{{true}}} and owner (or reporter, but this shouldn't happen) of the
ticket is NULL in the database, notification e-mail is not sent, because
the code tries to call {{{None.find('@')}}}, which of course ends up with
an exception.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2729>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list