SR-A22448 · Issue 244747
Corrected unexpected scroll after smartinfo
Resolved in Pega Version 7.2.1
After a smartinfo box is shown for a particular column in a repeat grid, hovering on the column caused the mouse indicator to go to the bottom of the section, i.e. the screen goes down even when not scrolled down. This was caused by a focus issue, and has been corrected.
SR-A22615 · Issue 244189
Fixed positioning for Options lightbox
Resolved in Pega Version 7.2.1
The Options lightbox in the calendar was floating with the screen while scrolling due to absolute positioning, and has been fixed.
SR-A22750 · Issue 244061
Case Stages status updated by automated process
Resolved in Pega Version 7.2.1
Case stages that were completed by an automated process and not a person maintained their default "Future" status in the Case Stages data page instead of being marked "Past". The stage completion status is determined by value in "pxCompletedBy", but this field was empty due to the automation. A check has been added to resolve this.
SR-A22813 · Issue 244103
Apostrophe(') escaped in tooltip property
Resolved in Pega Version 7.2.1
Whenever there was an apostrophe in the radio button's tooltip property, all the content of the tooltip after the apostrophe was not considered. When inspected in DOM, the label's title was considered only until apostrophe with all the remaining being generated out of title attribute and hidden. This has been fixed by properly escaping the apostrophe.
SR-A22933 · Issue 246958
Check added to resolve Google Chrome-based value localization error
Resolved in Pega Version 7.2.1
A Google Chrome browser check has been added to the Polish and French localization packages to resolve an error generated when a comma is used in a monetary value.
SR-A23012 · Issue 243963
pega.u.d.onViewUpdatecorrectly triggered from Master-Detail
Resolved in Pega Version 7.2.1
The "pega.u.d.onViewUpdate" function invocation was not being triggered as expected when the details screen was opened from a master list while offline. To fix this, the "actionInfo" pzInskey has been updated to obtain the Page Context on which the RDL is configured.
SR-A23208 · Issue 246610
Microsoft Internet Explorer menu highlighting tuned
Resolved in Pega Version 7.2.1
The system has been updated to resolve an Inconsistency with menu highlighting in Microsoft Internet Explorer.
SR-A23222 · Issue 244490
"Deadline date" corrected for German locale
Resolved in Pega Version 7.2.1
When a case was opened, the deadline shown in the top was in the wrong format for a German locale. This was caused by the standard translation method being used, and has been corrected by replacing the non-auto-generated pyCaseDeadline control with pxDateTime control to fix the issue.
SR-A23378 · Issue 248193
Max limit removed from OperatorsInWorkGroup
Resolved in Pega Version 7.2.1
The Report Definition pzOperatorsInWorkGroup previously returned a max of 50 records per work group. This created difficulty when using pyTransferAssignment with groups larger than that. In order to facilitate large installations, this limit has been removed.
SR-A23445 · Issue 247673
Localization picks up existing translations in child applications
Resolved in Pega Version 7.2.1
If an operator is a member of multiple access group and has access to multiple applications, the localization wizard was not picking up existing translations when the operator switched to another, non-default, application. The UseCurrentAccessGroupForChild has been updated to provide the missing localization.