← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~wallyworld/launchpad/disclosure-picker-feature-flag into lp:launchpad

 

Ian Booth has proposed merging lp:~wallyworld/launchpad/disclosure-picker-feature-flag into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~wallyworld/launchpad/disclosure-picker-feature-flag/+merge/62250

Add a new feature flag for the first part of the disclosure work: disclosure.picker_enhancements.enabled
-- 
https://code.launchpad.net/~wallyworld/launchpad/disclosure-picker-feature-flag/+merge/62250
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~wallyworld/launchpad/disclosure-picker-feature-flag into lp:launchpad.
=== modified file 'lib/lp/services/features/flags.py'
--- lib/lp/services/features/flags.py	2011-05-12 06:38:02 +0000
+++ lib/lp/services/features/flags.py	2011-05-25 07:26:29 +0000
@@ -102,6 +102,10 @@
      'boolean',
      'Changes the appearance of notifications on private bugs.',
      ''),
+    ('disclosure.picker_enhancements.enabled',
+     'boolean',
+     ('Enables the display of extra details in the person picker.'),
+     ''),
     ])
 
 # The set of all flag names that are documented.