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

Teams: No limit on number of members #6787

Open
paulbert opened this issue Jul 9, 2020 · 0 comments
Open

Teams: No limit on number of members #6787

paulbert opened this issue Jul 9, 2020 · 0 comments

Comments

@paulbert
Copy link
Member

paulbert commented Jul 9, 2020

Current Behavior

There is a limit property on the team document that is always set to 12. This sets a limit that disables adding member buttons after the team has 12 or more members (any number of members can be added in the Add Members dialog, but the button is disabled when the team currently has 12 or more).

Desired Behavior

This is controlled by disableAddingMembers in TeamsViewComponent. Let's add a condition that this.team.hasMemberLimit === true to the condition. This will remove the limit for all teams previously created and ones made with the current team creation process, but will give us flexibility in the future to allow teams to create their own limit if needed.

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

No branches or pull requests

1 participant