Skip to content

Commit 950899d

Browse files
committed
MAGETWO-82976: Update wrong layout update xml handle installed in CMS Home Page by d… #11863
- Merge Pull Request #11863 from adrian-martinez-interactiv4/magento2:FR22#CMS-HOME-PAGE-UPDATE-DEMO-LAYOUT-UPDATE-HANDLE - Merged commits: 1. 4533705
2 parents 373bd01 + 4533705 commit 950899d

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)