Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#3216 closed defect (worksforme)

trac-post-commit-hook is getting TicketNotifyEmail from wrong palce

Reported by: mariomeyer@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.9.3
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

On line 77:

from trac.ticket.notification import TicketNotifyEmail

Should be:

from trac.Notify import TicketNotifyEmail

Attachments (0)

Change History (3)

comment:1 by Emmanuel Blot, 18 years ago

Resolution: worksforme
Status: newclosed
  • Current trunk imports the new module (trac.ticket.notification), whereas
  • 0.9.5 imports the old module (trac.Notify)

comment:2 by Emmanuel Blot, 18 years ago

Description: modified (diff)

(fix up description syntax)

comment:3 by kate@…, 17 years ago

Since I found this while trying to debug a problem, I figured I'd leave a comment for posterity. If you are getting an error when running email2trac, "No module named Notify", make sure the trac version in email2trac.conf is correct.

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.