Skip to content

Commit a15b0b6

Browse files
committed
ACP2E-1524: Page Cache is not cleared for the parent product on the child product save
1 parent 305e47d commit a15b0b6

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/ConfigurableProduct/Plugin/Model/ResourceModel

1 file changed

+3
-1
lines changed

app/code/Magento/ConfigurableProduct/Plugin/Model/ResourceModel/Product.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
/**
2727
* Plugin product resource model
28+
*
29+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2830
*/
2931
class Product
3032
{
@@ -81,7 +83,7 @@ public function __construct(
8183
?SearchCriteriaBuilder $searchCriteriaBuilder = null,
8284
?FilterBuilder $filterBuilder = null,
8385
?IndexerRegistry $indexerRegistry = null,
84-
?Rows $rowsAction = null
86+
?Rows $rowsAction = null
8587
) {
8688
$this->configurable = $configurable;
8789
$this->productIndexer = $productIndexer;

0 commit comments

Comments
 (0)