~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-02 16:31:43 UTC
  • mfrom: (13829.2.6 bug61428)
  • Revision ID: launchpad@pqm.canonical.com-20110902163143-wxpjkzsar15fickb
[r=allenap][bug=61428] Display the team portlet on both
 Person:+assignedbugs and Person:+subscribedbugs. Previously it was only shown
 on +assignedbugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2825
2825
            IProduct.providedBy(self.context) or
2826
2826
            IProjectGroup.providedBy(self.context))
2827
2827
 
 
2828
    def shouldShowTeamPortlet(self):
 
2829
        """Should the User's Teams portlet me shown in the results?"""
 
2830
        return False
 
2831
 
2828
2832
    def getSortLink(self, colname):
2829
2833
        """Return a link that can be used to sort results by colname."""
2830
2834
        form = self.request.form