~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[r=sinzui][bug=855670] Add additional checks to the private team
        launchpad.LimitedView security adaptor so more users in defined
        roles can see the team.

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
     '',
211
211
     '',
212
212
     ''),
 
213
    ('disclosure.extra_private_team_LimitedView_security.enabled',
 
214
     'boolean',
 
215
     ('Enables additional checks to be done to determine whether a user has '
 
216
      'launchpad.LimitedView permission on a private team.'),
 
217
     '',
 
218
     '',
 
219
     ''),
213
220
    ('bugs.autoconfirm.enabled_distribution_names',
214
221
     'space delimited',
215
222
     ('Enables auto-confirming bugtasks for distributions (and their '