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

Bug with PUT requests on grp #51

Open
iwakura1ain opened this issue Dec 8, 2022 · 1 comment
Open

Bug with PUT requests on grp #51

iwakura1ain opened this issue Dec 8, 2022 · 1 comment

Comments

@iwakura1ain
Copy link

There seems to be a bug with PUT requests on groups. Whenever I send PUT requests to modify grps on the server, the proper values aren't saved and instead it shows me wrong values.

Attached below are screenshots of the process.

- First, I created a group with members [a, b, c, d, e].
drawing

- Then PUT requests are called to modify members. After modifying, I get the correct response back with properly updated members.
drawing

- Next I send a GET request to the same group without modifying anything, but the members aren't updated. Instead, it's showing the old members of group bug [a, b, c, d, e].
drawing

- Again I send the same GET request, but this time the members are [a, b, c, d, e, f], which were members of a previously deleted group that should not exist on the server.
drawing

@iwakura1ain
Copy link
Author

I had to resort to using a workaround where instead of modifying existing groups, I deleted and created the same group again with modified members.

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