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
I expect that the product types have all values from the storage but only the base type information are filled. I found the following code in the ProductStorage
Describe the bug
Given is the following product query:
I expect that the product types have all values from the storage but only the base type information are filled. I found the following code in the ProductStorage
This is only loading the base type information. All of the other
LoadType
methods return a full product with all information.Proposal:
ProductQuery
to return full type informationAdditional context
There is no comment nor hint that this method only returns the base type information instead of full product.
The text was updated successfully, but these errors were encountered: