- Issue created by @mkalkbrenner
- Status changed to Needs review
over 1 year ago 3:06pm 31 March 2023 - 🇮🇱Israel jsacksick
I'm actually leaning towards rolling back the fix and tagging a new Commerce release as this is the second bug report related to this error and this change looks incorrect too:
if ($product instanceof ProductInterface) { $value = $product_variation_storage->loadFromContext($product); $bundle = $product->bundle(); }
The $bundle here is supposed to be the variation type, not the product type.
- Status changed to Fixed
over 1 year ago 3:29pm 31 March 2023 - 🇮🇱Israel jsacksick
So, this is fixed by reverting 🐛 Product Variation is without context in view based listing of Products when using Layout builder for managing product display Needs review .
- 🇩🇪Germany mkalkbrenner 🇩🇪
One more note: all these requests for sample data flooded our files folder with sample files, because our product variations have manuals, datasheets etc.
Automatically closed - issue fixed for 2 weeks with no activity.