Teams are part of organizations.

This commit is contained in:
yackob03 2013-11-04 19:06:56 -05:00
parent 5838e1bc07
commit 6aeac247fa

View file

@ -216,7 +216,8 @@ def get_matching_entities(prefix):
def team_view(team): def team_view(team):
return { return {
'name': team.name, 'name': team.name,
'kind': 'team' 'kind': 'team',
'is_org_member': True,
} }
def user_view(user): def user_view(user):