~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[r=wallyworld][bug=906536] Remove the bugtask deletion feature flag -
 the feature is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
     '',
199
199
     '',
200
200
     ''),
201
 
    ('disclosure.delete_bugtask.enabled',
202
 
     'boolean',
203
 
     'Enables bugtasks to be deleted by authorised users.',
204
 
     '',
205
 
     '',
206
 
     ''),
207
201
    ('disclosure.allow_multipillar_private_bugs.enabled',
208
202
     'boolean',
209
203
     'Allows private bugs to have more than one bug task.',