Modify ↓
Opened 14 years ago
Closed 14 years ago
#8759 closed defect (fixed)
Chart causes an error if none of the tickets have a milestone
Reported by: | Chris Nelson | Owned by: | Chris Nelson |
---|---|---|---|
Priority: | normal | Component: | TracJsGanttPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
More specifically, if an interim milestone (a ticket of the type specified in the milestone_type configuration) is present but none of the tickets have a Trac milestone, self.firstMilestoneID is undefined and the chart doesn't display.
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [10155]) Always set firstMilestoneID. Refs #8759.
Specificially, if the Gantt included "inchpebbles" but no milestones, trying to decide to show the inchpebble ticket numbers failed because firstMilestoneID wasn't set.