> I'm trying to use the TracJSGanttChart plugin. > I use trac 0.12-2, and the latest available TracJSGanttChart plugin. > > I can show the sample chart with [[TracJSGanttChart(sample=1)]], but > everything else raise an error like > "Error: Macro TracJSGanttChart(milestone=Project1) failed" > > I tried with different (existing !) milestone, without arguments > [[TracJSGanttChart]], without any plugin, and with the > TimingAndEstimationPlugin, but still have the same behaviour. > > The log file in DEBUG mode show me this : > ... > elif ticket[self.fields['succ']] != []: > KeyError: None
We use it with MasterTickets which provides blocking and blockedby fields. TracJSGantt views the blocking field as 'succ' (successor). I can't swear that it works without MasterTickets. It sounds like it doesn't. As a work around, try adding a bogus custom field and configuring it as the successor field. -- 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. -- 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.
