SR-A14709 · Issue 237690
ShowBusyIndicator positioning codified
Resolved in Pega Version 7.2.1
The location of the showBusyIndicator function was inconsistent between browsers. The position calculations have been updated to correctly display the indicator in the center of the screen on all browsers.
SR-A14842 · Issue 233614
Screen reader updated to handle autocomplete
Resolved in Pega Version 7.2.1
The list in the dropdown was not read by the accessibility package if the focus was on the Autocomplete present in a modal dialogue. To correct this, the new function "AutoCompleteAG.updateLiveRegion" has been added to pega_autocompleteag.js for generating aria attributes for dropdown list items.
SR-A14890 · Issue 230875
Tab title XSS decoding updated
Resolved in Pega Version 7.2.1
Tab titles were not correctly decoding the "(" and ")" characters in the caseID for display due to the XSS handling. This has been updated.
SR-A14917 · Issue 230745
Improved repeat grid filtering performance for Microsoft Internet Explorer
Resolved in Pega Version 7.2.1
Using Microsoft Internet Explorer, a repeat grid with source as report definition was taking 30 seconds to show filter options, and canceling the column filter results could take over 90 seconds. The functions have been tuned with updated jQuery code to resolve the issue.
SR-A14990 · Issue 230019
pyIsAccessible property defaults to false for AG unless checked
Resolved in Pega Version 7.2.1
The pyIsAccessible property was not being set by default for new access groups. This will now be set to false if the "Enable accessibility add-on" is not checked in pyDefault data transform (Applies to Data-Admin-Operator-AccessGroup).
SR-A15013 · Issue 233710
Localization added to AddCoveredWork InsAudit
Resolved in Pega Version 7.2.1
Localization has been added to param.InsAudit in the Pega Final activity AddCoveredWork.
SR-A15288 · Issue 230371
Correct external portal rendering for "Where am I"
Resolved in Pega Version 7.2.1
The "Where am I" process flow diagram was not displayed using external portals. This issue occurred when the iframe and the parent frame had different origins, which prevented Viewer Data registering correctly. The system will now detect whether the parent frame has the same origin as iframe, then choose correct parent context to register Viewer Data.
SR-A15490 · Issue 233417
Grid layout correctly displays columns with empty rows
Resolved in Pega Version 7.2.1
In a repeating grid, when Width of content -> Pixels(Fit Content) and Fixed (pixel) size grid : Grid size (in pixels): 1000 px (Width) and 0 px(Height), Freeze grid header are selected, all the columns are not shown when there are no records in the grid. This was traced to a div function that did not sync properly and clipped columns in this circumstance, and a check has been added to correct the display when using progressive loading.
SR-A15491 · Issue 231066
Access control added for duplicate work baskets
Resolved in Pega Version 7.2.1
out-of-the-box functionality allows a user to add duplicate workbaskets to all users. An option has now been added to set restrictions on this ability: the 'when' rule "PYHAVEWORKBASKETSEDITACCESS" can be used to control access to the ability to add or modify the workbaskets as desired. In addition, a validation check will be performed on any duplicate entry of WorkBaskets for an operator.
SR-A15491 · Issue 231387
Access control added for duplicate work baskets
Resolved in Pega Version 7.2.1
out-of-the-box functionality allows a user to add duplicate workbaskets to all users. An option has now been added to set restrictions on this ability: the 'when' rule "PYHAVEWORKBASKETSEDITACCESS" can be used to control access to the ability to add or modify the workbaskets as desired. In addition, a validation check will be performed on any duplicate entry of WorkBaskets for an operator.