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

Removing a space member group removes all groups in the UI #8299

Closed
JammingBen opened this issue Jan 24, 2023 · 0 comments · Fixed by #8300
Closed

Removing a space member group removes all groups in the UI #8299

JammingBen opened this issue Jan 24, 2023 · 0 comments · Fixed by #8300
Assignees
Labels
Type:Bug Something isn't working

Comments

@JammingBen
Copy link
Contributor

Steps to reproduce

  1. In the files app, go to "Spaces"
  2. Add two groups to a space
  3. Reload the page
  4. Open the member panel for that space and remove one group member -> all groups will disappear in the UI, until you reload again

This probably happens because we update the members list by filtering out all members with the same ID and name. Groups usually have an empty name, that's why all of them are being removed.

@JammingBen JammingBen added the Type:Bug Something isn't working label Jan 24, 2023
@JammingBen JammingBen self-assigned this Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant