Skip to content

Commit

Permalink
Merge pull request #510 from fiji-flo/null-not-public
Browse files Browse the repository at this point in the history
fix dispaly level filtering
  • Loading branch information
fiji-flo authored Jun 17, 2020
2 parents a785c36 + 1464964 commit ad892ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def scope_to_mozilla_data_classification(scopes):


class DisplayLevelParms(object):
public = [DisplayLevel.PUBLIC, DisplayLevel.NULL]
public = [DisplayLevel.PUBLIC]
authenticated = [DisplayLevel.PUBLIC, DisplayLevel.AUTHENTICATED]
vouched = [DisplayLevel.PUBLIC, DisplayLevel.AUTHENTICATED, DisplayLevel.VOUCHED]
ndaed = [DisplayLevel.PUBLIC, DisplayLevel.AUTHENTICATED, DisplayLevel.VOUCHED, DisplayLevel.NDAED]
Expand Down

0 comments on commit ad892ae

Please sign in to comment.