You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a Brand
Create a Product - assign to previous brand
Get Product by Id
Update Brand name to a new name
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: