Fix the team results for the entities query.
This commit is contained in:
parent
393534bfb4
commit
5fe1a6806e
2 changed files with 2 additions and 1 deletions
|
@ -273,6 +273,7 @@ def get_matching_entities(prefix):
|
|||
'kind': 'team',
|
||||
'is_org_member': True
|
||||
}
|
||||
return result
|
||||
|
||||
def user_view(user):
|
||||
user_json = {
|
||||
|
|
Reference in a new issue