Skip to content

Commit 99d98f9

Browse files
author
Sergey Shvets
committed
MAGETWO-70991: [Backport] - [Magento Cloud] - 503 when editing a bundle in wishlist - for 2.1
1 parent f59024f commit 99d98f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
template="Magento_Catalog::product/view/addto.phtml" cacheable="false">
2323
<block class="Magento\Wishlist\Block\Item\Configure" name="view.addto.wishlist.bundle" after="view.addto.requisition"
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)