~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/productseries.py

Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
428
428
    @property
429
429
    def request_import_link(self):
430
430
        """A link to the page for requesting a new code import."""
431
 
        return canonical_url(self.context.product, view_name='+new-import')
 
431
        return canonical_url(
 
432
            self.context.product, view_name='+new-import', rootsite='code')
432
433
 
433
434
    @property
434
435
    def user_branch_visible(self):