Edgewall Software
Modify

Opened 19 years ago

Closed 18 years ago

#2729 closed defect (duplicate)

notification email is not sent if reporter or owner is NULL

Reported by: lalinsky@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: ticket system Version: 0.9.3
Severity: normal Keywords: notification email
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

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.

Attachments (1)

Notify.py.diff (579 bytes ) - added by lalinsky@… 19 years ago.
simple patch to fix the problem

Download all attachments as: .zip

Change History (5)

by lalinsky@…, 19 years ago

Attachment: Notify.py.diff added

simple patch to fix the problem

comment:1 by anonymous, 19 years ago

Whoops, the diff is reversed. So use patch -R to apply it or just add those two lines manually :)

comment:2 by Emmanuel Blot, 19 years ago

Keywords: notification email added

comment:3 by sid, 18 years ago

Looks like a duplicate of #1538.

comment:4 by anonymous, 18 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #1538.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.