Skip to content

Commit 8cf7aa2

Browse files
committed
MAGETWO-84811: [Backport 2.3-develop] Update wrong layout update xml handle installed in CMS Home Page by default #11891
- Merge Pull Request #11891 from adrian-martinez-interactiv4/magento2:FR23#CMS-HOME-PAGE-UPDATE-DEMO-LAYOUT-UPDATE-HANDLE - Merged commits: 1. 5d5f633
2 parents eeed63e + 5d5f633 commit 8cf7aa2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Reports/Setup/InstallData.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ public function install(ModuleDataSetupInterface $setup, ModuleContextInterface
8383
// @codingStandardsIgnoreStart
8484
$reportLayoutUpdate = '<!--
8585
<referenceContainer name="right">
86-
<action method="unsetChild"><argument name="alias" xsi:type="string">right.reports.product.viewed</argument></action>
87-
<action method="unsetChild"><argument name="alias" xsi:type="string">right.reports.product.compared</argument></action>
86+
<referenceBlock name="catalog.compare.sidebar" remove="true" />
8887
</referenceContainer>-->';
8988
// @codingStandardsIgnoreEnd
9089

0 commit comments

Comments
 (0)