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.
SR-A15495 · Issue 230541
Audit screen supports localization
Resolved in Pega Version 7.2.1
AddCoveredWork has been updated to localize the audit text.
SR-A15496 · Issue 230542
Audit screen supports localization
Resolved in Pega Version 7.2.1
AddCoveredWork has been updated to localize the audit text.
SR-A15499 · Issue 242094
WordTextArea control updated for Microsoft Internet Explorer 11
Resolved in Pega Version 7.2.1
The WordTextArea control was not working on IE11, causing the inability to use the WordEmbedMergeTest functionality. WordInclude and WordMerge non-auto generated sections have now been completely revamped with ActiveX technology on all types of IE, particularly IE11 and Edge supported. Note: the WordInclude section contains three text areas by word embed merge function. Currently this fix has only added support for the First Text area.
SR-A15521 · Issue 232074
Read-only section handling fixed for repeating grid modal window
Resolved in Pega Version 7.2.1
When using read-only mode on the expandable view of a nested repeating grid to display a section in a modal window, all the sections included in the parent section also changed to read-only. This was an error in the flow action handling of the SectionReadOnly parameter, and has been corrected.
SR-A15593 · Issue 231998
Better date selection retention in Calendar view switching
Resolved in Pega Version 7.2.1
Switching to weekly view and then back to daily view in the calendar caused it to reset to the first day of the week and ignore a selected date. selected date is ignored. The container handling has been updated to better handle retaining the selection on different views.