Revert production hack, as it's no longer necessary.
This commit is contained in:
parent
042b744b6e
commit
d57bad36d5
@ -45,6 +45,9 @@ def override_is_private_field(project, original):
|
||||
project['is_private'] = True
|
||||
return
|
||||
|
||||
world_perms = project['permissions'].get('world', [])
|
||||
project['is_private'] = 'GET' not in world_perms
|
||||
|
||||
|
||||
def before_inserting_override_is_private_field(projects):
|
||||
for project in projects:
|
||||
|
Loading…
x
Reference in New Issue
Block a user