[Trac-tickets] Re: [The Trac Project] #1734: Ticket URL not showing in notification emails

The Trac Project noreply at edgewall.com
Tue Jul 5 22:56:46 CDT 2005


#1734: Ticket URL not showing in notification emails
---------------------------+------------------------------------------------
       Id:  1734           |      Status:  new                     
Component:  ticket system  |    Modified:  Tue Jul  5 22:56:46 2005
 Severity:  normal         |   Milestone:                          
 Priority:  normal         |     Version:  devel                   
    Owner:  jonas          |    Reporter:  anonymous               
---------------------------+------------------------------------------------
Comment (by anonymous):

 You can fix this by adding:

 {{{
         self.hdf['ticket.link'] = self.env.abs_href.ticket(ticket.id)
 }}}

 To line 183 of Notify.py. changeset:1832 removed the link property which
 the email template was depending on, i think. See #1743 for formatting
 fixes as well.

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


More information about the Trac-Tickets mailing list