Modify ↓
Ticket #1521 (closed defect: fixed)
Opened 7 years ago
Last modified 7 years ago
RSS custom querry creates wrong links
| Reported by: | PBruin | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | ticket system | Version: | devel |
| Severity: | normal | Keywords: | query |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Ticket links in RSS feeds from a custom query are wrong. They are created with a double trac/trac/ticket iso trac/ticket.
<category>Tickets</category>
<comments>https://trac.mysite.com/trac/trac/ticket/5#changelog</comments>
</item>
<item>
<link>https://trac.mysite.com/trac/trac/ticket/36</link>
<guid isPermaLink="true">https://trac.mysite.com/trac/trac/ticket/36</guid>
<title>#36: Text for ticket 36 </title>
Normal reports together with RSS work fine.
I am using r1615
Attachments
Change History
comment:1 Changed 7 years ago by cmlenz
- Component changed from report system to ticket system
- Keywords query added
- Owner changed from daniel to cmlenz
- Status changed from new to assigned
comment:2 Changed 7 years ago by PBruin
comment:3 Changed 7 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in [1616]. Thanks for confirming.
Note: See
TracTickets for help on using
tickets.



Ok, thanks. The fix in [1616] works for me.