#10973 closed defect (worksforme)
ProgressMeterMacro canot link to a milestones that contains a blank
Reported by: | anonymous | Owned by: | Andrej Tokarčík |
---|---|---|---|
Priority: | normal | Component: | ProgressMeterMacro |
Severity: | normal | Keywords: | needinfo |
Cc: | Trac Release: | 0.12 |
Description
The following displays the expected progress-bar as desired, however when clicking below on the number of active ticktes (Closed, Active, Total) the query does not return any tickets. The blank in "My Milestones" is not properly interpreted.
[[ProgressMeter(milestone=My Milestone)]]
Attachments (1)
Change History (5)
Changed 12 years ago by
Attachment: | MyMilestones.png added |
---|
comment:1 Changed 12 years ago by
Keywords: | needinfo added |
---|
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Closing since there has been no feedback. Please reopen if you can provide more information and wish to continue working on debugging the issue.
Side note: please also consider registering for an account so that you'll receive email updates for the ticket.
comment:3 Changed 11 years ago by
Yes, it is working, my fault ! I didn't have the latest version installed. Sorry for the inconveniance !
Rudi
comment:4 Changed 11 years ago by
Glad it is working for you. Thank you for following up, it's nice to get some assurance that there is not a bug :)
I can't reproduce with the latest 0.12-branch version of ProgressMeterMacro (r11720) and Trac 0.12.
The links below the Progress bar have the following relative URLs:
I tested in a new environment with 1 open and 1 closed ticket associated with the milestone. I used the same macro call:
[[ProgressMeter(milestone=My Milestone)]]
. Here is the screen capture:Any idea of what the differences might be between your case and mine?