Project

General

Profile

Bug #93010

Updated by Daniel Siepmann over 3 years ago

Steps to reproduce: 
 # Switch to a workspace 
 # Create a new page 
 # Enable page within workspace (remove hidden) 
 # Open a sitemap in incognito mode (to prevent Workspace preview) 
 # You should see the new page. 

 Expected 5. forth step: 
 You should not see the new page, as it only should exist within the workspace. 

 Both RecordsXmlSitemapDataProvider and PagesXmlSitemapDataProvider seem to be affected. 
 Also in case of RecordsXmlSitemapDataProvider, entries are rendered twice when in workspace preview. Didn't try PagesXmlSitemapDataProvider. But I guess that's caused by the underlying issue and will be fixed all together. 

 I already tried to figure out what happens, but have not enough knowledge. But I think the page is created twice, once within the workspace, and once outsite. So EXT:seo needs to add some more checks?

Back