Edgewall Software

Ticket #5331 (closed defect: duplicate)

Opened 16 months ago

Last modified 7 weeks ago

Bug in special columns "report"

Reported by: marcio.skrabe@… Owned by: mgood
Priority: normal Milestone:
Component: report system Version: 0.10.4
Severity: normal Keywords:
Cc:

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

Change History

Changed 9 months ago by sid

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?

Changed 9 months ago by marcio.skrabe@…

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?

Changed 9 months ago by sid

  • version set to 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!

Changed 7 weeks ago by cboos

  • status changed from new to closed
  • resolution set to duplicate

See #7294.

Add/Change #5331 (Bug in special columns "report")

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.