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.
SR-A15671 · Issue 231059
Added check for FF 38 to work with Hfix Manager
Resolved in Pega Version 7.2.1
With FireFox version 38, the commit action of the Hotfix manager did not work even when the commit button was clicked. This issue is related specifically to float behavior with Firefox, and has been resolved with a check in the Presentation tab of the wrapper DL to tick "Clear floated layouts" in advance presentation options.
SR-A15695 · Issue 233521
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-A15710 · Issue 232090
Additional logging added to diagnose stale thread errors
Resolved in Pega Version 7.2.1
In order to better diagnose issues with stale threads, loggers have been added to the ThreadData class to capture and print any stack trace which is causing the thread to be cleared or destroyed. These loggers will only be printed whenever a stale thread error is thrown in order to maximize log space.
SR-A15710 · Issue 236472
Additional logging added to diagnose stale thread errors
Resolved in Pega Version 7.2.1
In order to better diagnose issues with stale threads, loggers have been added to the ThreadData class to capture and print any stack trace which is causing the thread to be cleared or destroyed. These loggers will only be printed whenever a stale thread error is thrown in order to maximize log space.