Opened 18 years ago
Closed 16 years ago
#5331 closed defect (duplicate)
Bug in special columns "report"
Reported by: | Owned by: | Matthew Good | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | report system | Version: | 0.10.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I created a report with a column to link another report, for example:
SELECT priority, count(*), "24?priority="||priority as report FROM ticket t LEFT JOIN enum p ON p.name = t.priority AND p.type = 'priority' WHERE status IN ('new', 'assigned', 'reopened') group by priority
The exibition of report is OK, but the link to another report fail because the link is processed by trac with html encode.
<a href=".../report/24%3priority%3Dhigh">{24?priority=high}</a>
Thanks, Marcio.
Attachments (0)
Change History (4)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Hi sid,
I'm using the 0.10.4 version. How do I to contributte with the project? Does exists a tutorial for beginners to install the environment to develop?
comment:3 by , 17 years ago
Version: | → 0.10.4 |
---|
A good place to start is HowToContribute page. Also tons of info at TracDev. Also, if you have questions, please ask on the MailingList and people will definitely help you out. Cheers!
Interesting idea. I'm not sure if this will get fixed, but if you have a patch to submit, that would definitely help things along. What version of Trac are you using?