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
Changing the tax category of a ProductVariant in the Admin UI and clicking "update" does not persist the new selection. No tax category id is sent to the API.
To Reproduce
Steps to reproduce the behavior:
Go to a product variant detail page
Choose a different tax category
Click "update"
Note that it is not persisted
Expected behavior
It should send the tax category ID with the mutation
Environment (please complete the following information):
@vendure/core version: 2.0.5
Nodejs version: any
Database (mysql/postgres etc): any
The text was updated successfully, but these errors were encountered:
Describe the bug
Changing the tax category of a ProductVariant in the Admin UI and clicking "update" does not persist the new selection. No tax category id is sent to the API.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should send the tax category ID with the mutation
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: