-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.10 EE GA1, 6.2.X EE
-
Fix Version/s: 6.2.4 CE GA5, 6.2.X EE
-
Component/s: WCM
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:6
-
Fix Priority:2
-
Git Pull Request:
1. Create site S1 and note down its ID.
2. Create a page P1 in S1.
3. Create a web content stucture in S1.
4. For the structure, create two different templates T1 and T2. From the ddmtemplate table, note down their templateId and ddmTemplateKey.
5. Create an article based on the structure and note down its ID.
6. Navigate to http://localhost:8080/web/s1/p1/-/journal_content/56/<S1 site ID>/<article ID>/<T1 Id>. Article is displayed with the T1 template.
7. Navigate to http://localhost:8080/web/s1/p1/-/journal_content/56/<S1 site ID>/<article ID>/<T1 key>. Article is displayed with the T1 template.
8. Navigate to http://localhost:8080/web/s1/p1/-/journal_content/56/<S1 site ID>/<article ID>/<T2 key>. Article is displayed with the T1 template.
Expected: http://localhost:8080/web/s1/p1/-/journal_content/56/<S1 site ID>/<article ID>/<T2 key> is shown with T2 template
Master is unaffected because this routes.xml is not present there in any form.
- relates
-
LPE-14071 journal-content-friendly-url-routes.xml uses obsolete variables
-
- Closed
-