Modify ↓
Opened 18 years ago
Closed 18 years ago
#673 closed defect (worksforme)
Unable to parse report dynamic variables with "."
Reported by: | Shawn | Owned by: | Shun-ichi Goto |
---|---|---|---|
Priority: | normal | Component: | TicketBoxMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I created a report that has a dynamic variable based on milestone. The milestone are set to something like "0.0.5". When I enter this manually in the web-browser address field, I get the result that was expected. But when using the something like "[[TicketBox([report:19?MILESTONE=0.0.5])]]" would generate the following error:
Error: Macro TicketBox([report:18?MILESTONE=0.0.5]) failed near ".5": syntax error
I'm just wondering if there's a workaround.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Nevermind... found out what is needed.
I have to put the value 0.0.5 in quotes like '0.0.5' otherwise it would fail.