Edgewall Software
Modify

Opened 18 years ago

Closed 16 years ago

#5331 closed defect (duplicate)

Bug in special columns "report"

Reported by: marcio.skrabe@… 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 sid, 17 years ago

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?

comment:2 by marcio.skrabe@…, 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 sid, 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!

comment:4 by Christian Boos, 16 years ago

Resolution: duplicate
Status: newclosed

See #7294.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matthew Good.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Matthew Good to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.