Unable to save multi-select attributes with grouped/configurable products #10540
Labels
Issue: Cannot Reproduce
Cannot reproduce the issue on the latest `2.4-develop` branch
Issue: Clear Description
Gate 2 Passed. Manual verification of the issue description passed
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
This issue appears to be similar to #4822, but is more like what @daniel-ifrim describes in the last comment. When updating product attributes on a Grouped Product, attributes using a multi-select field do not get saved correctly, and the values are ignored.
Simply saving the product does not trigger
ArrayBackend::beforeSave
at all. "Save and Duplicate" will triggerArrayBackend::beforeSave
, though the data returned by$object->getData($attributeCode);
only contains the current selection.$object
, which is passed toArrayBackend::beforeSave
does show the correct selections.Multi-select fields do save correctly on Simple Products, and the other field types (dropdown, text) seem to save correctly on Grouped Products.
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: