Closed
Description
Preconditions
Magento 2.0.7 via composer
Steps to reproduce
- Install Magento 2.0.7 via composer
- Have two products in catalog - one simple and one grouped product
- Add more than two images for each product
- Prepare product collection (PC1) where only grouped product is fetched from catalog
- Prepare second product collection (PC2) where all products are fetched from catalog
Expected result
- During collection item loop, get media gallery list (\Magento\Catalog\Model\Product\Gallery\GalleryManagement:: getList) should return all gallery images for specified product
Actual result
- During looping second collection (PC2) for grouped product media gallery is empty.