Skip to content

Commit 69f1403

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-59482' into troll_bugfix
2 parents 846fd11 + 33969f7 commit 69f1403

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/code/Magento/Wishlist/view/frontend/layout/catalog_product_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</arguments>
1717
</block>
1818
<referenceBlock name="product.info.addto">
19-
<block class="Magento\Wishlist\Block\Catalog\Product\View\AddTo\Wishlist" name="view.addto.wishlist" after="view.addto.requisition"
19+
<block class="Magento\Wishlist\Block\Catalog\Product\View\AddTo\Wishlist" name="view.addto.wishlist"
2020
template="Magento_Wishlist::catalog/product/view/addto/wishlist.phtml" />
2121
</referenceBlock>
2222
</referenceContainer>

app/code/Magento/Wishlist/view/frontend/layout/wishlist_index_configure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<update handle="catalog_product_view"/>
1010
<body>
1111
<referenceBlock name="product.info.addto">
12-
<block class="Magento\Wishlist\Block\Item\Configure" name="view.addto.wishlist" after="view.addto.requisition"
12+
<block class="Magento\Wishlist\Block\Item\Configure" name="view.addto.wishlist"
1313
template="item/configure/addto/wishlist.phtml" />
1414
</referenceBlock>
1515
</body>

app/code/Magento/Wishlist/view/frontend/layout/wishlist_index_configure_type_bundle.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<block class="Magento\Catalog\Block\Product\View" name="product.info.addtocart.bundle" as="addtocart" template="product/view/addtocart.phtml" />
2121
<block class="Magento\Catalog\Block\Product\View" name="product.info.addto.bundle" as="addto" after="product.info.addtocart.bundle"
2222
template="Magento_Catalog::product/view/addto.phtml" cacheable="false">
23-
<block class="Magento\Wishlist\Block\Item\Configure" name="view.addto.wishlist.bundle" after="view.addto.requisition"
23+
<block class="Magento\Wishlist\Block\Item\Configure" name="view.addto.wishlist.bundle"
2424
template="item/configure/addto/wishlist.phtml" />
25-
<block class="Magento\Catalog\Block\Product\View\Addto\Compare" name="view.addto.compare.bundle" after="view.addto.wishlist"
25+
<block class="Magento\Catalog\Block\Product\View\AddTo\Compare" name="view.addto.compare.bundle" after="view.addto.wishlist"
2626
template="Magento_Catalog::product/view/addto/compare.phtml" />
2727
</block>
2828
</block>

0 commit comments

Comments
 (0)