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

Get-X-By-Id - caching server-side #90

Closed
trihugger opened this issue Oct 6, 2021 · 1 comment
Closed

Get-X-By-Id - caching server-side #90

trihugger opened this issue Oct 6, 2021 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@trihugger
Copy link
Contributor

Describe the bug
Create a new product, and assigned to a particular brand.
Then updated brand name, and resubmitted the request for the product by id. Did not refresh brand name.
The same is true if you update information on the product, it will return the original product not the new updated information.

To Reproduce
Steps to reproduce the behavior:

  1. Create a Brand
  2. Create a Product - assign to previous brand
  3. Get Product by Id
  4. Update Brand name to a new name
  5. Refresh Product by Id

Expected behavior
Should get any updates to the data, not sure if it is being cached to eliminate reloading data, which makes sense, but I feel it should be able to detect data changes.

Desktop (please complete the following information):
Postman

@iammukeshm iammukeshm self-assigned this Oct 7, 2021
@iammukeshm iammukeshm added the bug Something isn't working label Oct 7, 2021
@iammukeshm iammukeshm added this to the Release 1.0 milestone Oct 7, 2021
@iammukeshm
Copy link
Member

fixed, thanks for noticing

iammukeshm added a commit that referenced this issue Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants