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

Groups: don't try to load metadata on client open requests. #4508

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

KiterLuc
Copy link
Contributor

This change makes sure that the client doesn't try to load the group metadata client side when doing a REST request that will end up returning the group metadata. This would actually end up causing two REST requests, one to the load metadata route, then one to the group open route.


TYPE: NO_HISTORY
DESC: Groups: don't try to load metadata on client open requests.

This change makes sure that the client doesn't try to load the group metadata client side when doing a REST request that will end up returning the group metadata. This would actually end up causing two REST requests, one to the load metadata route, then one to the group open route.

---
TYPE: NO_HISTORY
DESC: Groups: don't try to load metadata on client open requests.
@KiterLuc KiterLuc merged commit a648a7e into dev Nov 10, 2023
56 checks passed
@KiterLuc KiterLuc deleted the lr/group-details-serialization-fix branch November 10, 2023 13:10
github-actions bot pushed a commit that referenced this pull request Nov 10, 2023
This change makes sure that the client doesn't try to load the group
metadata client side when doing a REST request that will end up
returning the group metadata. This would actually end up causing two
REST requests, one to the load metadata route, then one to the group
open route.

---
TYPE: NO_HISTORY
DESC: Groups: don't try to load metadata on client open requests.

(cherry picked from commit a648a7e)
KiterLuc added a commit that referenced this pull request Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants