-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X, Master
-
Fix Version/s: 7.1.10 DXP FP3, 7.1.1 CE GA2, 7.1.10.1 SP1, 7.1.X, Master
-
Component/s: Core Infrastructure
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Fix Priority:5
-
Git Pull Request:
-
QA Test Name:
- LocalFile.CPSitetemplates#ResetPageChanges
- LocalFile.PageCustomizationsUsecase#PortletConfigurationChangesWithinCustomizableColumnShouldNotAffectAllUsers
- LocalFile.PageCustomizationsUsecase#SiteMemberWithCustomizablePagePermissionsWillOnlySeePortletsInCustomizableView
- LocalFile.PageCustomizationsUsecase#SiteMembershouldAddAndRemovePortletFromHisCustomizableView
- LocalFile.SitesUsecase#SitesTemplatePermissionPersistence
-
QA Test Score:20
Description
Language key is not being translated in site pages admin for when we edit the site page for a site based on a site template with propogation enabled. This was likely forgotten to be accounted for in the changes in LPS-85711. We also need to translate view-page-without-my-customizations and reset-my-customizations
Steps to Reproduce
- Create a Site based off of Site Template Community Site
- Edit one of the Site Pages in the new site you created
- Refresh Page
- Click on i icon on top right
Expected Result
reset-changes is properly changed to Reset Changes (english locale)
Actual Result
reset-changes is not translated at all
Tested on Tomcat 9.0.10 + MySQL 5.7
Portal master GIT ID: d77eba43d8a3d99500863092dad7e11704551b28
Portal 7.1.x-private GIT ID: bd59197baac0bab024cf25781c497b71733eb3b0
- is caused by
-
LPS-85738 Failed request dispatching pollutes subsequent dispatches causing processing with incorrect servlet
- Closed