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
The TranslatablePropertyValueHandler currently sets property value on both ProductVariantTranslation and ProductTranslation.
Given the fact that there could be more than one value handler for each Akeneo value, it should be split into two separate value handlers: ProductTranslationPropertyValueHandler and ProductVariantTranslationPropertyValueHandler.
The text was updated successfully, but these errors were encountered:
@mmenozzi is this issue still open? I mean: are we sure we want to split the value handler? The current implementation with the PropertyAccessor looks good to me.
The
TranslatablePropertyValueHandler
currently sets property value on bothProductVariantTranslation
andProductTranslation
.Given the fact that there could be more than one value handler for each Akeneo value, it should be split into two separate value handlers:
ProductTranslationPropertyValueHandler
andProductVariantTranslationPropertyValueHandler
.The text was updated successfully, but these errors were encountered: