Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group fails to list members if there is more than 100 #779 #822

Merged
merged 3 commits into from
Nov 23, 2021

Conversation

edloidas
Copy link
Member

The limit is now removed.
I wasn't able to reproduce the problem with the save of the group with 100+ members.

Added button to load more members in Group statistics.
All members are loaded if the total number of members are lower than (BATCH_SIZE + 10), otherwise only BATCH_SIZE will be loaded automatically. This is done to prevent a small amount of items to remain unloaded.
Fixed report group visible for non-admin users in groups and roles.
@alansemenov alansemenov merged commit f9c7f3d into master Nov 23, 2021
@alansemenov alansemenov deleted the issue-779 branch November 23, 2021 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants