"Help translate" link in Get involved portlet is broken

Bug #418548 reported by Данило Шеган
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
High
Unassigned

Bug Description

If you go to https://edge.launchpad.net/limewire and click on the "Help translate" link in the "Get involved" portlet, you are going to end up on https://translations.edge.launchpad.net/.

Correct behaviour would be to get to https://translations.edge.launchpad.net/limewire (i.e. canonical_url(product, rootsite='translations')).

Tags: lp-registry

Related branches

Curtis Hovey (sinzui)
Changed in launchpad-registry:
status: New → Triaged
importance: Undecided → High
Revision history for this message
Curtis Hovey (sinzui) wrote :

I believe lp/registry/browser/pillar/InvolvedMenu.help_translate should be:

    def help_translate(self):
        target = canonical_url(self.context.context, rootsite='translations')
        return Link(
            target, 'Help translate', icon='translations',
            enabled=self.context.official_rosetta)

Curtis Hovey (sinzui)
Changed in launchpad-registry:
assignee: nobody → Curtis Hovey (sinzui)
milestone: none → 3.0
status: Triaged → In Progress
Revision history for this message
Curtis Hovey (sinzui) wrote :

Fix committed in r9290.

Changed in launchpad-registry:
status: In Progress → Fix Committed
Revision history for this message
Curtis Hovey (sinzui) wrote : Bug 418548 Fix released

Fixed released in launchpad-project 3.0.

Changed in launchpad-registry:
status: Fix Committed → Fix Released
Curtis Hovey (sinzui)
Changed in launchpad:
assignee: Curtis Hovey (sinzui) → nobody
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.