pixelant / pxa_product_manager

Product Manager. Allow to create and list products on a site. Create dynamical attributes for products. Filter by categories and attributes
11 stars 12 forks source link

[BUGFIX] Attribute value update clears serialized values #383

Closed mabolek closed 2 years ago

mabolek commented 2 years ago

When updating an attribute value record without also updating the related product record at the same time, the product's serialized_attributes_values field would remain unchanged. The value of that field is now cleared whenever an attribute value is updated without a simultaneous product update.