-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.3.5 CE GA6, 7.3.10 DXP GA1, Master
-
Labels:
-
Fix Priority:3
-
Git Pull Request:
Description
The alternates URLs of the Display Page Templates doesn't follow the friendly URL configured in the Web Content Editor.
Steps to Reproduce
1. Create web content and translate it into another language. For example:
- title: English (en-US)
- title: Espanol (es-ES)
2. Create a Display Page Template for basic web contents and mark it as default
3. Create a page with an asset publisher
4. Access as an anonymous user to the page with the display page and click it.
5. List metadata associated with the page.
Expected result
The alternate es-ES URL should be
<link data-senna-track="temporary" href="http://localhost:8080/-/espanol" hreflang="es-ES" rel="alternate">
Actual result
The alternate es-ES URL is http://localhost:8080/es/-/english
<link data-senna-track="temporary" href="http://localhost:8080/es/-/english" hreflang="es-ES" rel="alternate">
- causes
-
LPS-118800 ComparisonFailure on FileEntryInfoDisplayContributorTest
- Closed
- is duplicated by
-
LPS-118644 Language URL doesn't navigate to the translated content in Content Dashboard
- Closed
- relates
-
LPS-105422 URLs generated by the Asset publisher do not fill correctly the localized friendly URLs
- Verified
- split to
-
LPS-119646 Improve alternate language logic for display pages
-
- Open
-