From d47a3fe1be687dc1f76b45fa3677a089ee799fd8 Mon Sep 17 00:00:00 2001
From: cstergianos <cstergianos@protonmail.com>
Date: Fri, 10 Nov 2017 15:34:53 +0100
Subject: [PATCH] Update wishlist_email_rss.xml

This is reproduced on Feestwinken and Grasscity so for sure on M2:2.1.9

Firstly, login to your admin area and navigate to Stores> Configuration. Then click to expand Catalog tab and select RSS Feeds. Then enable ths RSS feeds for Wishlist. After that follow the steps:

1. Open the front-end of a magneto 2 installation.
2. Login
3. Add multiple product to wish list
4. Go to My Account> My wish list
5. Ckeck on "Share wish list"
6. Choose to use RSS feed in Checkbox and submit Share Wish List
---
 .../Wishlist/view/frontend/layout/wishlist_email_rss.xml      | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app/code/Magento/Wishlist/view/frontend/layout/wishlist_email_rss.xml b/app/code/Magento/Wishlist/view/frontend/layout/wishlist_email_rss.xml
index 7bb186ef2ce..3ba1c66e991 100644
--- a/app/code/Magento/Wishlist/view/frontend/layout/wishlist_email_rss.xml
+++ b/app/code/Magento/Wishlist/view/frontend/layout/wishlist_email_rss.xml
@@ -7,8 +7,6 @@
 -->
 <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
     <body>
-        <referenceContainer name="root">
-            <block class="Magento\Wishlist\Block\Rss\EmailLink" name="wishlist.email.rss" cacheable="false"/>
-        </referenceContainer>
+        <block class="Magento\Wishlist\Block\Rss\EmailLink" name="wishlist.email.rss" cacheable="false"/>
     </body>
 </page>
-- 
GitLab