MM-23221: Fix getAllTeams handler returning null (#14045)

Automatic Merge
Этот коммит содержится в:
Agniva De Sarker
2020-03-16 22:58:59 +05:30
коммит произвёл GitHub
родитель f42d3c83f3
Коммит 1c498996a4
3 изменённых файлов: 44 добавлений и 16 удалений

Просмотреть файл

@@ -1966,6 +1966,10 @@
"id": "api.team.demote_user_to_guest.license.error",
"translation": "Your license does not support guest accounts"
},
{
"id": "api.team.get_all_teams.insufficient_permissions",
"translation": "You don't have the appropriate permissions to list all teams"
},
{
"id": "api.team.get_invite_info.not_open_team",
"translation": "Invite is invalid because this is not an open team."