Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
14.4.0
-
None
-
Flagged
-
Quasar
-
Puma Sprint 253
Description
In a case where the _index_ feature [1] is used below _default_ site map item, the tree in the Experience Manager shows all items as 'index'.
Expected/more informative is the URL name of the folder, which works when using explicit site map items instead of _default_.
Setting property hst:hiddeninchannelmanager==true has no effect.
Sitemap item tree:
/xpages: jcr:primaryType: hst:sitemapitem hst:hiddeninchannelmanager: true hst:relativecontentpath: xpages /_any_.html: jcr:primaryType: hst:sitemapitem hst:relativecontentpath: ${parent}/${1} /_default_: jcr:primaryType: hst:sitemapitem hst:relativecontentpath: ${parent}/${1} /_index_: jcr:primaryType: hst:sitemapitem hst:hiddeninchannelmanager: true hst:relativecontentpath: ${parent}/index