Modify ↓
Opened 13 years ago
Last modified 5 years ago
#9771 new defect
burndown chart query returns 0 rows when milestone has a ':' in it.
Reported by: | Owned by: | osimons | |
---|---|---|---|
Priority: | normal | Component: | EstimationToolsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
When a milestone has a ':' in the name, the query used by the burndown chart escapes it and the query does not return any values.
Attachments (1)
Change History (7)
comment:1 Changed 13 years ago by
Cc: | Ryan J Ollos added; anonymous removed |
---|
Changed 13 years ago by
Attachment: | t9771-urlencode_colon-r10617.diff added |
---|
comment:2 Changed 13 years ago by
Owner: | changed from Joachim Hoessler to osimons |
---|
Could you please try the patch?
comment:3 Changed 12 years ago by
It's not my Ticke but I have the same Problem
I tried your patch and supplemented 1 row more because I have points in my milestones.
... .replace('%3A', ':')\ .replace('%2E', '.')
It's still the same problem.
comment:4 Changed 12 years ago by
It's me again. I chaged it from
[[BurndownChart(milestone=3.5 juli 2012, startdate=2012-01-01, enddate=2012-01-15,weekends=false, expected=100, gridlines=20, width=600, height=100, color=0000ff)]]
to
[[BurndownChart(milestone=3.5 juli 2012, startdate=2011-01-01, enddate=2011-01-15)]]
With those parameter it works.
It's a other problem maybe.
comment:6 Changed 5 years ago by
Cc: | Ryan J Ollos removed |
---|
Note: See
TracTickets for help on using
tickets.
Path to handle colon with test.