Skip to content
New issue

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

[BUG] - Changing family variant on Akeneo product will break the import of the product #177

Open
lruozzi9 opened this issue Oct 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@lruozzi9
Copy link
Member

If the family variant changes for a product on Akeneo the corresponding product option will not change in Sylius.

For example, let's say there is a Product A on Akeneo belonging to Product Model B. Product A has, as a variability attribute, the attribute "color" with the value RED. So, in Sylius Product B with product configuration option "color" will be created and variant A will be created with option value RED.
Suppose you change the family variant on Akeneo for product A and the new variant attribute becomes for example size with the value "LARGE" and you delete the value of the color attribute. In that case, you will get an error while importing the product on Sylius on ProductOptionValueHandler::108 because for product A the option is still color that is now empty!

@lruozzi9 lruozzi9 added the bug Something isn't working label Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant