[Trac-tickets] Re: [The Trac Project] #3216: trac-post-commit-hook is getting TicketNotifyEmail from wrong palce

The Trac Project noreply at edgewall.com
Fri Jun 2 16:04:08 CDT 2006


#3216: trac-post-commit-hook is getting TicketNotifyEmail from wrong palce
----------------------------------+-----------------------------------------
 Reporter:  mariomeyer at gmail.com  |        Owner:  jonas     
     Type:  defect                |       Status:  closed    
 Priority:  normal                |    Milestone:            
Component:  general               |      Version:  0.9.3     
 Severity:  normal                |   Resolution:  worksforme
 Keywords:                        |  
----------------------------------+-----------------------------------------
Old description:

> On line 77:
>
> from trac.ticket.notification import TicketNotifyEmail
>
> Should be:
>
> from trac.Notify import TicketNotifyEmail

New description:

 On line 77:
 {{{
 from trac.ticket.notification import TicketNotifyEmail
 }}}
 Should be:
 {{{
 from trac.Notify import TicketNotifyEmail
 }}}

Comment (by eblot):

 (fix up description syntax)

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3216>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list