Modify ↓
      
Opened 21 years ago
Closed 21 years ago
#1521 closed defect (fixed)
RSS custom querry creates wrong links
| Reported by: | PBruin | Owned by: | Christopher Lenz | 
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 | 
| Component: | ticket system | Version: | devel | 
| Severity: | normal | Keywords: | query | 
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal 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 (0)
Change History (3)
comment:1 by , 21 years ago
| Component: | report system → ticket system | 
|---|---|
| Keywords: | query added | 
| Owner: | changed from to | 
| Status: | new → assigned | 
comment:2 by , 21 years ago
comment:3 by , 21 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
Fixed in [1616]. Thanks for confirming.
  Note:
 See   TracTickets
 for help on using tickets.
    


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