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 org members doesn't update UI (probably need to refresh GraphQL cache) #962

Closed
rmunn opened this issue Jul 16, 2024 · 1 comment · Fixed by #887
Closed

Removing org members doesn't update UI (probably need to refresh GraphQL cache) #962

rmunn opened this issue Jul 16, 2024 · 1 comment · Fixed by #887
Assignees
Labels
GraphQL owner: Kevin

Comments

@rmunn
Copy link
Contributor

rmunn commented Jul 16, 2024

Removing a member from an org doesn't update the UI immediately, presumably because the GraphQL query cache isn't invalidated correctly. The UI refreshes when you reload the page, but it would be better for removing the org member to refresh the UI immediately.

@hahn-kev hahn-kev added the GraphQL owner: Kevin label Jul 18, 2024
@rmunn rmunn self-assigned this Jul 18, 2024
@rmunn rmunn linked a pull request Jul 18, 2024 that will close this issue
@rmunn
Copy link
Contributor Author

rmunn commented Jul 18, 2024

Will be fixed once #887 is merged, because I found the reason why the GraphQL invalidation wasn't working for bulk-add, and while I was at it I also fixed it for adding and removing project members.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GraphQL owner: Kevin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants