~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-05 06:40:47 UTC
  • mfrom: (13453.5.6 dsp-picker-fields)
  • Revision ID: launchpad@pqm.canonical.com-20110805064047-4e6y0rwp4nqh8my2
[r=sinzui][bug=618366] Switch to using the DSP vocab when a feature
 flag is turned on for retargetting a bug or question.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
     'boolean',
109
109
     'Changes the appearance of notifications on private bugs.',
110
110
     ''),
 
111
    ('disclosure.dsp_picker.enabled',
 
112
     'boolean',
 
113
     'Enables the use of the new DistributionSourcePackage vocabulary for '
 
114
     'the source and binary package name pickers.',
 
115
     ''),
111
116
    ('disclosure.picker_enhancements.enabled',
112
117
     'boolean',
113
118
     ('Enables the display of extra details in the person picker.'),