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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: