~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-11-14 17:57:46 UTC
  • mfrom: (14266.1.4 banner-for-beta-features-2)
  • Revision ID: launchpad@pqm.canonical.com-20111114175746-uuzm69fvr7e3rwq5
[r=jcsackett][bug=888599] Infrastructure to show a banner about
 enabled beta features on a page;
 new property BugTaskSearchListingView.beta_features

Show diffs side-by-side

added added

removed removed

Lines of Context:
2449
2449
 
2450
2450
    implements(IBugTaskSearchListingMenu)
2451
2451
 
 
2452
    beta_features = ['bugs.dynamic_bug_listings.enabled']
 
2453
 
2452
2454
    # Only include <link> tags for bug feeds when using this view.
2453
2455
    feed_types = (
2454
2456
        BugTargetLatestBugsFeedLink,