-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.2.X, Master
-
Fix Version/s: 7.2.10 DXP FP6, 7.2.X, 7.3.1 CE GA2, 7.3.2 CE GA3, 7.3.10 DXP GA1, Master
-
Component/s: Legacy > Administration UI, Pages > Page Administration
-
Labels:
-
Branch Version/s:7.2.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Reproduction steps:
- Set up and start a portal
- Create a display page template mapped to the basic web content structure.
- Place the 'display page content' component on the display page template, and publish the template.
- Mark this as the default display page template.
- Create a basic web content article.
- Edit the web content article and find the friendly url of the article and navigate to that URL
- View the sitemap.xml ( http://localhost:8080/sitemap.xml )
Expected behavior: the link to the web content's friendly URL should show up in one of the referenced sitemap.xml links
Actual behavior: web content's friendly URL does not appear anywhere in the sitemap.xmls
Notes:
This works correctly when a widget page is used as specific display page of the web content (widget page with a default Asset Publisher on it). In this case the display page's sitemap.xml shows all the web contents that are assigned to it, based on JournalArticle.layoutUUID field. In the code, it queries the web contents here: JournalArticleSitemapURLProvider.visitLayout(..)
- causes
-
LPS-110937 Sites created from Content Page Templates are not present in sitemap.xml
- Closed
- Testing discovered
-
LPS-144550 Web content articles with default display page not in sitemap.xml
- Closed