~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: 2012-01-06 18:06:40 UTC
  • mfrom: (14621.2.6 oops_912178)
  • Revision ID: launchpad@pqm.canonical.com-20120106180640-1wfrp2r0kaiofx9n
[r=adeuring][bug=912178] Add missing method to
        BugsBugTaskSearchListingView and support a context less View
        for the buglisting ajax loading.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4233
4233
        """Return the heading to search all Bugs."""
4234
4234
        return "Search all bug reports"
4235
4235
 
 
4236
    def search_macro_title(self):
 
4237
        return u'Search all bugs'
 
4238
 
4236
4239
    @property
4237
4240
    def label(self):
4238
4241
        return self.getSearchPageHeading()