Ticket #3060 (closed defect: fixed)
Broken download link in Source-Browser
| Reported by: | anw@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | high | Milestone: | 0.10 |
| Component: | version control/browser | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: |
Description
In r3213 the donwload link in the sourecbrowser for non-previewable files is broken. the cs var:file.raw_href in the browser.cs template is empty. Putting
req.hdf['file.raw_href'] = raw_href
after
# add ''Original Format'' alternate link (always)
raw_href = req.href.browser(node.path, rev=rev, format='raw')
in line 249 would fix this.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


