~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2011-10-13 16:11:59 UTC
  • mto: (14128.9.2 new-bug-fields)
  • mto: This revision was merged to the branch mainline in revision 14193.
  • Revision ID: aaron@canonical.com-20111013161159-8qkrepi89pjcq4i0
Add the mustache data to the page model.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2481
2481
 
2482
2482
        expose_structural_subscription_data_to_js(
2483
2483
            self.context, self.request, self.user)
 
2484
        cache = IJSONRequestCache(self.request)
 
2485
        cache.objects['mustache_model'] = self.search().model
2484
2486
 
2485
2487
    @property
2486
2488
    def columns_to_show(self):