Skip to content

Commit 7d32216

Browse files
committed
MAGETWO-96463: Add caching of View Configuration
1 parent 915e273 commit 7d32216

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Product

1 file changed

+2
-2
lines changed

app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Product/Collection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ public function setProductFilter($product)
7373
*
7474
* @return $this
7575
*/
76-
protected function _beforeLoad()
76+
protected function _renderFilters()
7777
{
78-
parent::_beforeLoad();
78+
parent::_renderFilters();
7979
$metadata = $this->getProductEntityMetadata();
8080
$parentIds = [];
8181
foreach ($this->products as $product) {

0 commit comments

Comments
 (0)