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-A15083 · Issue 237798
Cursor leak issue resolved
Resolved in Pega Version 7.2.1
Cursor leaks were observed in the LockManagerImpl code, resulting in the error "Maximum number of open cursors exceeded". This has been resolved.
SR-A15093 · Issue 231322
Activity preview includes preconditions, transitions
Resolved in Pega Version 7.2.1
The "Preview" of an activity (Actions dropdown | Preview) did not include preconditions, transitions information. In order to ease reviewing code changes between versions, these will now be included in the preview rule.
SR-A15105 · Issue 230713
Performance improvements for "Check out to Branch"
Resolved in Pega Version 7.2.1
The "Check out to Branch" operation was very slow in installations with very large ruleset lists. Performance has been improved by removing unnecessary calls to the GetAppRulesets activity.
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-A15325 · Issue 231926
NPE resolved for WorkLock
Resolved in Pega Version 7.2.1
After upgrade, errors occurred in the WorkLock activity when attempting to create new Work Objects in a pre-production environment. This has been fixed.
SR-A15388 · Issue 231184
Reordered email encryption logic
Resolved in Pega Version 7.2.1
Encrypted email sent using the out-of-the-box Activity "@baseclass.SendEmailNotification.Pega-EventProcessing:07-10-09" to send out encrypted (s/mime) emails generated emails that could not be decrypted on the receiving end. This was an error caused by the getCertificate activity not being able to read the certificate from keystore, and the logic of pyGetEmailCertificates had been reordered such that the encryption and signing params/logic in SendEmailMessage do not conflict with one another.
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.