Modify

Opened 12 years ago

Last modified 4 years ago

#9771 new defect

burndown chart query returns 0 rows when milestone has a ':' in it.

Reported by: jcole@… 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)

t9771-urlencode_colon-r10617.diff (2.2 KB) - added by osimons 12 years ago.
Path to handle colon with test.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 12 years ago by Ryan J Ollos

Cc: Ryan J Ollos added; anonymous removed

Changed 12 years ago by osimons

Path to handle colon with test.

comment:2 Changed 12 years ago by osimons

Owner: changed from Joachim Hoessler to osimons

Could you please try the patch?

comment:3 Changed 12 years ago by didley@…

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 didley@…

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:5 Changed 12 years ago by falkb

see also #10135 which is related

comment:6 Changed 4 years ago by Ryan J Ollos

Cc: Ryan J Ollos removed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain osimons.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.