~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/bugtask.py

[rs=buildbot-poller] automatic merge from stable. Revisions: 14382
        included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
695
695
    def api_request(self):
696
696
        return IWebServiceClientRequest(self.request)
697
697
 
 
698
    @cachedproperty
 
699
    def recommended_canonical_url(self):
 
700
        return canonical_url(self.context.bug, rootsite='bugs')
 
701
 
698
702
    def initialize(self):
699
703
        """Set up the needed widgets."""
700
704
        bug = self.context.bug