SR-A11347 · Issue 248539
Updated authorization logic for Stream Assembly
Resolved in Pega Version 7.2.2
Triggering stream assembly was resulting in an "unauthorized" or "rule not found" exception relating to the rule existence validation code executed in the pzValidationSections RUF. This has been resolved with the addition of logic to the Stream Assembly function that runs a validation check for database authorization before opening the activity.
SR-A88218 · Issue 258983
Better click targeting of autocomplete to render data
Resolved in Pega Version 7.2.2
Using a configuration with autocomplete and a dynamic select that is made visible only on certain values of auto-complete, selecting the autocomplete data by clicking at the end of the cell did not load the dynamic select. However, when clicking anywhere on the text or 3/4th of the cell, the dynamic select was displayed. This was an issue with the div for the onchange event, and has been corrected.
SR-A24756 · Issue 251364
Wordwrap works in Report Definitions columns
Resolved in Pega Version 7.2.2
Using CSS to enable wordwrap in Report Definitions columns ended up distorting the UI in Categorized Reports due to a colspan being incorrectly calculated for the header of a category. This has been fixed.
SR-A94141 · Issue 264906
Fixedrefresh for user portal autoclose when no assignment
Resolved in Pega Version 7.2.2
When "Close work object" was configured on flow action in the user portal, the portal was not getting refreshed to the dashboard page when the assignment was finished. The harness has been updated to correctly close and refresh.
SR-A89363 · Issue 258121
Custom DateTime control usable with declare expressions
Resolved in Pega Version 7.2.2
When a DateTime was configured to display a read-only value in Custom format and the property linked with the control had a Declare expression, the Date was initially shown with custom format during runtime, but then lost its format. During analysis, it was found that the issue was caused by Date time custom formats and Date formats not being supported as read-only for use through declare expressions. Once the screen was loaded, any further getTarget action performed by the application returned the property value of the Declare Expression without format. This has been resolved by adding logic to pass custom date time format to GetTargets to return a formatted date time string.
SR-A89363 · Issue 259091
Custom DateTime control usable with declare expressions
Resolved in Pega Version 7.2.2
When a DateTime was configured to display a read-only value in Custom format and the property linked with the control had a Declare expression, the Date was initially shown with custom format during runtime, but then lost its format. During analysis, it was found that the issue was caused by Date time custom formats and Date formats not being supported as read-only for use through declare expressions. Once the screen was loaded, any further getTarget action performed by the application returned the property value of the Declare Expression without format. This has been resolved by adding logic to pass custom date time format to GetTargets to return a formatted date time string.
SR-A66960 · Issue 255162
Page error messages correctly persist with refresh harness
Resolved in Pega Version 7.2.2
When a form was submitted with missing fields, the error messages displayed to the user would intermittently disappear after a few seconds. This was caused by the getTargets activity being called after the reloadHarness, and has been resolved with a check for an empty errorFromServer value.
SR-A86896 · Issue 259785
Column filters appear on horizontal iPad
Resolved in Pega Version 7.2.2
When a grid was configured with enough columns to require a horizontal scroll bar, scrolling to the right and trying to filter on the right side columns did not show the filter popup on an iPad in Horizontal orientation. The expected behavior is that the popup would appear near the column the user filtered. This was seen in iPad Safari due to hardware acceleration, and has been corrected with the inclusion of a CSS rule and the popover JS to trigger reflow for popover loader.
SR-A86896 · Issue 259811
Column filters appear on horizontal iPad
Resolved in Pega Version 7.2.2
When a grid was configured with enough columns to require a horizontal scroll bar, scrolling to the right and trying to filter on the right side columns did not show the filter popup on an iPad in Horizontal orientation. The expected behavior is that the popup would appear near the column the user filtered. This was seen in iPad Safari due to hardware acceleration, and has been corrected with the inclusion of a CSS rule and the popover JS to trigger reflow for popover loader.
SR-A76192 · Issue 254055
Added support for tabbing on fixed size freeze header in grid
Resolved in Pega Version 7.2.2
When a grid was configured with many columns and the Freeze Header checkbox was selected from the presentation tab, clicking the header and pressing tab caused the header to move and lose alignment with the columns below. This was an unexpected use case, and support for tabbing on a Fixed size Freeze header in a grid has been added.