Module Review observer executes ->load() on products collection #10928
Labels
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Progress: needs update
Preconditions
Steps to reproduce
Problem occured when tried to inject own filters into products collection.
catalog_block_product_list_collection
event$productCollection = $observer->getEvent()->getCollection();
$productCollection->addAttributeToFilter('entity_id', ['in' => $fancyIds]);
Expected result
Actual result
Temporary workaround
I disabled Review observer:
The text was updated successfully, but these errors were encountered: