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] - Product without any product translation will fail on post create event #195

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

Comments

@lruozzi9
Copy link
Member

If a new product does not have any attribute handled by the translation property value handler, it will be created without it. All looks good, but then on the product post-create event, someone seems to create this product translation and then will fail while persisting on Db because the name is null.

A possible solution could be to always create the product translation for the default locale so that the validation will then fail.

@lruozzi9 lruozzi9 added the bug Something isn't working label Dec 15, 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