← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~adeuring/launchpad/feature-flag-for-custom-bug-listings into lp:launchpad

 

Abel Deuring has proposed merging lp:~adeuring/launchpad/feature-flag-for-custom-bug-listings into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~adeuring/launchpad/feature-flag-for-custom-bug-listings/+merge/79103

A trivial change: A new feature flag to enable the configuration of bug listings by the user.
-- 
https://code.launchpad.net/~adeuring/launchpad/feature-flag-for-custom-bug-listings/+merge/79103
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~adeuring/launchpad/feature-flag-for-custom-bug-listings into lp:launchpad.
=== modified file 'lib/lp/services/features/flags.py'
--- lib/lp/services/features/flags.py	2011-09-28 14:34:30 +0000
+++ lib/lp/services/features/flags.py	2011-10-12 10:46:24 +0000
@@ -44,6 +44,10 @@
      'boolean',
      ('Enables the display of bugtracker components.'),
      ''),
+    ('bugs.dynamic_bug_listings.enabled',
+     'boolean',
+     ('Enables the dynamic configuration of bug listings.'),
+     ''),
     ('code.ajax_revision_diffs.enabled',
      'boolean',
      ("Offer expandable inline diffs for branch revisions."),