- πΊπ¦Ukraine khiminrm
I've faced with another but I think related issue.
In our case there is more complex pattern for one of the fields in configuration of the aggregated field.
I have such configuration:
entity:commerce_product_variation/field_unique_attributes entity:commerce_product_variation/product_id:entity:field_unique_attributes
So one field is taxonomy field from a product variation and another one is taxonomy field from the parent product's taxonomy field.
And current code takes correct value for the first field but then overrides it with the product's label not label from the product's taxonomy field.
The patch works for the first field but doesn't work for the second field -$field_storage = NULL