Opened 11 years ago

Last modified 11 years ago

#305 closed enhancement

email2trac raises exception for ticket update when agilo is installed — at Version 1

Reported by: smcclure@… Owned by: bas
Priority: minor Milestone:
Component: email2trac Version: 2.6.2
Keywords: Cc:

Description (last modified by bas)

I have trac version 0.12.0 and agilo 0.9.5. When I ran email2trac to update a ticket I had a traceback. I fixed it with this patch:

$ diff email2trac email2trac.orig 
982,987d981
<             # Agilo specific modifications
<             from agilo.utils.config import AgiloConfig
<             if AgiloConfig(self.env).is_agilo_enabled:
<                 from agilo.ticket.model import AgiloTicket
<                 tkt = AgiloTicket(self.env, self.id, self.db)
< 
1217,1222d1210
<         # Agilo specific modifications
<         from agilo.utils.config import AgiloConfig
<         if AgiloConfig(self.env).is_agilo_enabled:
<             from agilo.ticket.model import AgiloTicket
<             tkt = AgiloTicket(self.env)
< 

Change History (1)

comment:1 Changed 11 years ago by bas

  • Description modified (diff)
  • Status changed from new to assigned
  • Type changed from defect to enhancement
Note: See TracTickets for help on using tickets.