Hello,

Can someone fix this plugin please ?

I've installed this plugin with GanttCalendarPlugin, but when I try to
open Calendar or Gantt tabs, I've got this errors:

http://pastebin.com/m6fcc448f
http://trac-hacks.org/browser/masterticketsplugin/0.11/mastertickets/model.py#L111

Having experienced this, I tried to do this hack:
tktId = -1
if hasattr(self, 'tkt'):
   tktId = self.tkt.id
return '<mastertickets.model.TicketLinks #%s blocking=%s blocked_by=%s>'% \
       (tktId, l(getattr(self, 'blocking', [])), l(getattr(self,
'blocked_by', [])))

But I experience this:

http://pastebin.com/m2ef841d5
as first character would miss from 'calendar' and 'gantt' words.

Thanks in advance!

Best Regards,
Laszlo Papp
_______________________________________________
th-users mailing list
[email protected]
https://lists.trac-hacks.org/mailman/listinfo/th-users

Reply via email to