SR-A11550 · Issue 222998
State abbreviations will not be localized
Resolved in Pega Version 7.2
A dropdown sourced from a datapage that contains region abbreviations was incorrectly localizing the US state abbreviations for entries such as Indiana ("IN") to be lowercase ("in"). By default the dropdown options are localized, but a check has been added to bypass default localization if the source is a Field Value.
SR-A11170 · Issue 222267
State abbreviations will not be localized
Resolved in Pega Version 7.2
A dropdown sourced from a datapage that contains region abbreviations was incorrectly localizing the US state abbreviations for entries such as Indiana ("IN") to be lowercase ("in"). By default the dropdown options are localized, but a check has been added to bypass default localization if the source is a Field Value.
SR-A5880 · Issue 216627
Updated error label highlighting for reused sections
Resolved in Pega Version 7.2
The error highlighting was inconsistent when a section was being re-used in the same screen. This was an issue with the use of multiple controls with the same label (label for=xxx) in the form, leading to only the first control?s label being highlighted in red. This has been fixed by looking at the label closest to the error element.
SR-A8520 · Issue 217466
Updated error label highlighting for reused sections
Resolved in Pega Version 7.2
The error highlighting was inconsistent when a section was being re-used in the same screen. This was an issue with the use of multiple controls with the same label (label for=xxx) in the form, leading to only the first control?s label being highlighted in red. This has been fixed by looking at the label closest to the error element.
SR-A12012 · Issue 224390
Update to Localization Wizard Correspondence and Paragraph rules
Resolved in Pega Version 7.2
When updating the Language pack, Correspondence and Paragraph rules will not be picked up in a localization wizard run when the rules were present in a previous version and not updated in the new version. This is a change from previous behavior where the expected delta version was not correct as it included the previous version's Paragraph and Correspondence rules.
SR-A12012 · Issue 223008
Update to Localization Wizard Correspondence and Paragraph rules
Resolved in Pega Version 7.2
When updating the Language pack, Correspondence and Paragraph rules will not be picked up in a localization wizard run when the rules were present in a previous version and not updated in the new version. This is a change from previous behavior where the expected delta version was not correct as it included the previous version's Paragraph and Correspondence rules.
SR-A9602 · Issue 214306
App Explorer logic updated for determining primary page
Resolved in Pega Version 7.2
When using a navigation rule to create a right-click action for the App Explorer, the parameters for one of the actions were sporadically not being passed. This was an issue in the custom application rules. At runtime, the system was not able to determine the primary page for the parameters values due to the application having many pages for same class. The logic has been updated to resolve this issue.
SR-A9602 · Issue 219355
App Explorer logic updated for determining primary page
Resolved in Pega Version 7.2
When using a navigation rule to create a right-click action for the App Explorer, the parameters for one of the actions were sporadically not being passed. This was an issue in the custom application rules. At runtime, the system was not able to determine the primary page for the parameters values due to the application having many pages for same class. The logic has been updated to resolve this issue.
SR-A11563 · Issue 224687
XSS security update for TabbedRepeatingListSection
Resolved in Pega Version 7.2
Security updates have been made to the TabbedRepeatingListSection function to close a potential XSS vulnerability.
SR-A12087 · Issue 224463
Accessibility focus improved for DashboardTree
Resolved in Pega Version 7.2
Accessibility tree grid handlers were not allowing focus on the Expand/Collapse icon in a portal tab that used a pyDashboardTree section with the PegaWAI ruleset. The element focus methods have been updated to correct this.