On Wed, Feb 4, 2009 at 10:28 AM, Mihamina Rakotomandimby (R12y) <[email protected]> wrote: > > Flatfender wrote: >>> I would like to add the ticket owner (at the time of notifying). >>> What file should I hack in order to do so? >> Try adding $ticket.owner to the ticket_subject_template line in trac.ini > > I finally found: > subject = self.ticket['owner']+' '+self.format_subj(summary) > in <trac>/ticket/notification.py > > Then restart Apache > The restart is mandatory...
Or you could just use flatfender's suggestion and use the ticket_subject_template option. This is exactly what it's for. No code modifications necessary. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
