-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, 7.2.X, Master
-
Fix Version/s: 7.0.0 DXP FP93, 7.0.10.14 DXP SP14, 7.0.X, 7.1.10 DXP FP18, 7.1.10.5 SP5, 7.1.X, 7.2.10 DXP FP6, 7.2.X, 7.3.10 DXP GA1, Master
-
Component/s: Portal Services > Localization
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Sites' URLs are incorrectly generated when I18nLanguageId is not available in the site.
Steps to reproduce:
- Create a new site 'test' and set french as default and only current language.
- From Liferay DXP site, write the next URL: http://localhost:8080/en/web/guest
- From the previous URL, go to Site Selector Menu and go to the new site 'test'.
Expected result: you are redirected to http://localhost:8080/group/test
Current result: Not found error because we are trying to access http://localhost:8080/en/group/test, and English is not among 'test''s available locales.
- Testing discovered
-
LPS-112343 Cannot remove available language from a site
- Closed