menu system doesn't allow absolute URLs

Bug #1194 reported by Dafydd Harries
4
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Medium
Steve Alexander

Bug Description

e.g.

class SomethingFacets:
    links = ['foo']

    def foo(self):
        return Link('http://host/thing', 'Bar')

This link won't work because it will be appended to the current URL as a relative link would.

e.g.

class SomethingFacets:
    links = ['foo']

    def foo(self):
        return Link('http://host/thing', 'Bar')

This link won't work because it will be appended to the current URL as a relative link would.

Revision history for this message
Dafydd Harries (daf) wrote :

I think this has been fixed now. Steve, can you confirm?

Changed in launchpad:
assignee: nobody → stevea
status: New → Accepted
Steve Alexander (stevea)
Changed in launchpad:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.