Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
-
5
-
Regression Bug
Description
Reproduced on:
Tomcat 9.0.10 + MySQL 5.7. Portal master GIT ID: 6078ef910f410f601a1079dcbe65016232fe2f43.
This affects view/preview links in Web Content administration and in asset publisher.
Steps to reproduce:
- Add a display page template and map it to basic web content
- Add a basic web content article and select the display page template created in the previous step
- Publish the web content article
- Click on the web content article's ellipsis kebab > View Content
Expected result:
The user is taken to the web content, viewed through its friendly URL, which is this (for a web content article named "Test Title"):
http://localhost:8080/web/guest/-/test-title
Actual result:
User is taken to the wrong link. There is a "group/guest/wc/" where it ought to be "web/guest/-/". The wrong link looks like:
http://localhost:8080/group/guest/wc/test-web-content-title