SR-B10697 · Issue 280753
XSS handling added for pyCategory in Rule-Obj-Listview.ListViewHeader
Resolved in Pega Version 7.3
Cross-site scripting handling has been added for the pyCategory parameter in ListViewHeader to improve security.
SR-B10826 · Issue 280564
Widget descriptions localized for Case Manager
Resolved in Pega Version 7.3
Localization has been added to the widget descriptions for "Team Worklist" and "Welcome to Case Manager".
SR-B10826 · Issue 283698
Widget descriptions localized for Case Manager
Resolved in Pega Version 7.3
Localization has been added to the widget descriptions for "Team Worklist" and "Welcome to Case Manager".
SR-B10828 · Issue 282620
Surrounding spaces trimmed from property labels to ensure localization
Resolved in Pega Version 7.3
Property labels in the add reports screen were not localized because the value was given as "Contact Channel " with a trailing space. To resolve this, the pzReportExplorerNode control has been updated to trim leading and trailing spaces before performing localization.
SR-B10889 · Issue 281494
Resolved DATA-ADMIN-LOOKUPLIST authentication error
Resolved in Pega Version 7.3
After upgrade, the security access error "You lack access required to execute RULE-OBJ-ACTIVITY DATA-ADMIN-LOOKUPLIST was encountered while performing an obj-save during the creation of a Modal operator ID. This was traced to a difference in how an authentication activity was called, and has been fixed.
SR-B10947 · Issue 280020
pzSUS Param properly URLEncoded
Resolved in Pega Version 7.3
The Tomcat 8+ server was rejecting DWA URLs due to characters such as {,} that it considered to be unsafe. These characters were introduced by pzSus key in the URL, and these values will now be encoded for the browser to resolve these issues.
SR-B1095 · Issue 274113
ReadOnly correctly propagates to child section in FreeForm
Resolved in Pega Version 7.3
When using FreeForm layout, the read-only edit option conditions of the parent were not getting evaluated on the innermost nested section display. The GridSectionBodyElements RUF has been updated to correct this.
SR-B11141 · Issue 282453
PageList property popup fixed in Report Editor
Resolved in Pega Version 7.3
When adding a PageList property to a report in the Report Editor, the resulting popup was empty. This was caused by a missing layout in the section used to display the index of the pagelist, and has been fixed.
SR-B11192 · Issue 282623
Focus fixed for pxOperatorImage control
Resolved in Pega Version 7.3
When using pxOperatorImage control, the 'Tab' and 'Enter' keys were not usable to reach the Operator menu. This has been fixed by adding a tabindex attribute on the html tag of pxOperatorImage control to ensure proper focus.
SR-B11201 · Issue 281026
Downcasing added to ensure skin-defined templates are applied as expected
Resolved in Pega Version 7.3
When using a customized modal template and modal format defined in the application skin, the UI reflected the section modal template but not the skin template. This was traced to the CSS not being applied due to skin rule custom format names being case sensitive. To resolve this, code has been added to downcase the name when generating style for the modal.