revert change to allow org members to see teams

This commit is contained in:
AlanCoding
2018-04-26 12:33:38 -04:00
parent dff0f2f9ed
commit c88303ca67
3 changed files with 2 additions and 33 deletions

View File

@@ -112,7 +112,7 @@ class Team(CommonModelNameNotUnique, ResourceMixin):
parent_role='admin_role',
)
read_role = ImplicitRoleField(
parent_role=['organization.auditor_role', 'organization.member_role', 'member_role'],
parent_role=['organization.auditor_role', 'member_role'],
)
def get_absolute_url(self, request=None):