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
In manage variants in the product page, some field not filled from the API
To Reproduce
Steps to reproduce the behavior:
Go to /admin/catalog/products
Click on new product
Fill in the name
add 2 product variants
FIll in the product variation information
Click on Create
Go to tab "Product variants"
Click "manage variants"
Actual behavior
only a few rows are filled properly, but it saved properly in DB and get all of the data from response, but fill only a few rows
form 'GetProductVariantOptions' API I am getting all data check variant "s green" for example
Expected behavior
Should fill all rows
Version
vendure 0.16.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
In manage variants in the product page, some field not filled from the API
To Reproduce
Steps to reproduce the behavior:
Actual behavior
only a few rows are filled properly, but it saved properly in DB and get all of the data from response, but fill only a few rows
form 'GetProductVariantOptions' API I am getting all data check variant "s green" for example
Expected behavior
Should fill all rows
Version
vendure 0.16.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: