We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Trying to change a product's name with "Automatically update the names of ProductVariants" selected causes an error.
To Reproduce Steps to reproduce the behavior:
Expected behavior The product and its variants should be renamed without issues.
Environment
Additional context The bug is related to handling product variants that have a custom field set to readonly: true.
readonly: true
It looks like a type checking problem in the util function https://github.com/vendure-ecommerce/vendure/blob/master/packages/admin-ui/src/lib/core/src/data/utils/remove-readonly-custom-fields.ts#L106
The text was updated successfully, but these errors were encountered:
michaelbromley
No branches or pull requests
Describe the bug
Trying to change a product's name with "Automatically update the names of ProductVariants" selected causes an error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The product and its variants should be renamed without issues.
Environment
Additional context
The bug is related to handling product variants that have a custom field set to
readonly: true
.It looks like a type checking problem in the util function
https://github.com/vendure-ecommerce/vendure/blob/master/packages/admin-ui/src/lib/core/src/data/utils/remove-readonly-custom-fields.ts#L106
The text was updated successfully, but these errors were encountered: