~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/features/flags.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-04 20:34:35 UTC
  • mfrom: (13608.1.4 person-picker-expand-1)
  • Revision ID: launchpad@pqm.canonical.com-20110804203435-o5cob6ra9jw8hev1
[r=jcsackett][bug=800361,
        798759] Restore picker expander and place it behind its own flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
     'boolean',
113
113
     ('Enables the display of extra details in the person picker.'),
114
114
     ''),
 
115
    ('disclosure.picker_expander.enabled',
 
116
     'boolean',
 
117
     ('Enables the expanding of extra details in the person picker.'),
 
118
     ''),
115
119
    ('disclosure.person_affiliation_rank.enabled',
116
120
     'boolean',
117
121
     ('Enables ranking by pillar affiliation in the person picker.'),