mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-18357: Adds pagination to team search. (#12910)
* MM-18357: Adds pagination to team search. * MM-18357: Adds new client method for paginated requests. * MM-18357: Adds feedback about non-supported pagination-permissions combo. * MM-18357: Removes unnecessary conversion. * MM-18357: Removes paginate parameter and uses nil on page and perpage instead.
This commit is contained in:
@@ -2034,6 +2034,14 @@
|
||||
"id": "api.team.remove_user_from_team.removed",
|
||||
"translation": "%v removed from the team."
|
||||
},
|
||||
{
|
||||
"id": "api.team.search_teams.pagination_not_implemented.private_team_search",
|
||||
"translation": "Pagination not implemented for private-only team search."
|
||||
},
|
||||
{
|
||||
"id": "api.team.search_teams.pagination_not_implemented.public_team_search",
|
||||
"translation": "Pagination not implemented for public-only team search."
|
||||
},
|
||||
{
|
||||
"id": "api.team.set_team_icon.array.app_error",
|
||||
"translation": "Empty array under 'image' in request"
|
||||
|
||||
Reference in New Issue
Block a user