Modify ↓
Opened 5 years ago
Closed 5 years ago
#13627 closed defect (fixed)
Error: Macro TracJSGanttChart syntax error at or near ")"
Reported by: | Massimo | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | TracJsGanttPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.2 |
Description
The Macro TracJSGanttChart fails when filtering for Milestone and there is no ticket yet in the result. Using a milestone that already has tickets works like that:
[[TracJSGanttChart(project=MM-IT,milestone=phase_02,status!=closed,format=day,omitMilestones=1,doResourceLeveling=1)]]
But using the next milestone that has no tickets yet...
[[TracJSGanttChart(project=MM-IT,milestone=phase_03,status!=closed,format=day,omitMilestones=1,doResourceLeveling=1)]]
is failing like
Error: Macro TracJSGanttChart(project=MM-IT,milestone=phase_03,status!=closed,format=day,omitMilestones=1,doResourceLeveling=1) failed syntax error at or near ")" LINE 1: ...CT parent, child FROM subtickets WHERE parent IN () AND chil...
Attachments (0)
Change History (4)
comment:1 Changed 5 years ago by
comment:2 Changed 5 years ago by
Owner: | changed from Chris Nelson to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:4 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
If issue persists, please send traceback from logs.
Note: See
TracTickets for help on using
tickets.
However using the alternative syntax
display=milestone:phase_03
is stable for empty ticket lists.