SR-120217 · Issue 177095
Resolved deleting rows where the InsKey contains spaces
Resolved in Pega Version Pega Platform, Resolved in Pega Version 7.1.7
Deleting rows from a Data Table was not working in Google Chrome or Firefox when using the associated DataTableClassEditor list view for the Data Table. Clicking the delete icon calls javascript to retrieve the insKey of the row to be deleted, but if the insKey had a space it was being encoded as " " and then did not match the passed insKey to determine the row to be deleted. In order to prevent this problem, the javascript has been updated to correctly handle the space character.
SR-120321 · Issue 176135
CPU efficiency improved for SmartInfo popup
Resolved in Pega Version Pega Platform, Resolved in Pega Version 7.1.7
In order to maintain a low demand on the CPU, the smartinfo popup has been modified to not maintain itself in a ready state.
SR-120505 · Issue 177090
GetNextWork Tab title 'Next" now localized
Resolved in Pega Version Pega Platform, Resolved in Pega Version 7.1.7
On performing GetNextWork in CaseManager Portal, the label 'Next' is displayed as the Tab title temporarily before opening the work object. This label has now been made available for localization.
SR-120561 · Issue 176643
RedirectAndRun' enhanced to better handle thread passivation
Resolved in Pega Version Pega Platform, Resolved in Pega Version 7.1.7
Activity 'RedirectAndRun' is used to run processing on an existing thread page. If the target thread is passivated, it could not be found in the requestor's list of threads and a new thread was created which did not have the original thread context. The handling has been updated to load the existing passivated thread from the database so context is not lost.
SR-121151 · Issue 177794
Resolved work flow issues with scheduled tasks and reports
Resolved in Pega Version Pega Platform, Resolved in Pega Version 7.1.7
Several issues with the scheduled tasks landing page and updating scheduled reports have been resolved. If a scheduled report was reopened and then immediately deleted, all scheduled reports were being deleted instead of only the one being updated. Clicking on Submit or Delete after selecting an item on the worklist also deleted all scheduled reports. This was caused by the work object being corrupted by the subsequent action happening before the object was fully processed for opening, and the system will now ensure the object is fully opened before the next action is executed. Also, clicking on the Reopen button and then dismissing it by clicking on the X without clicking on Submit or Cancel or Delete caused the item to be put on the worklist. The reopen button will reschedule the report and move the operator to the review harness rather than perform so that extra assignments are not scheduled.
SR-82384 · Issue 93497
Fusion now shows tooltips for stacked data points of the same value
Resolved in Pega Version 7.1.7
Previously, FusionCharts did not support the feature of showing all the series names and values in tooltip if all the series have same value for a single category. While there was a workaround of providing the all series names with values as text in the "toolText" attribute of the element of the XML Data or by using stacked bar charts, FusionCharts now displays the tooltip for a single category series with the same value.
SR-94370 · Issue 119519
AddChildWork updated to allow child case creation from step flows
Resolved in Pega Version 7.1.7
When attempting to create nested sub cases for rows in a page list with a Split for Each sub flow by calling the pyCreateSubCases flow, an error was generated. There was a workaround of using a utility shape to call pxAddChildWork instead of a split for each calling pyCreateSubCases, but pxAddChildWork has been updated in order to allow creating child cases using the step page as the primary page and not always defaulting to pyWorkPage.
SR-115653 · Issue 166301
Expanded width of Dates dropdown when using WAI
Resolved in Pega Version Pega Platform, Resolved in Pega Version 7.1.7
When WAI rule-set is enabled, the Dates drop down was not wide enough to display the full dates information. This was a problem with the field width being fixed, and has been changed to use an auto-set width.
SR-116274 · Issue 164985
Extra Characters removed for Hot Key button labels
Resolved in Pega Version Pega Platform, Resolved in Pega Version 7.1.7
Hot keys configured buttons were showing extra characters appended to the button label. These buttons have been deprecated, but this issue has fixed by removing the cross site scripting added for button caption.
SR-116274 · Issue 167730
Extra Characters removed for Hot Key button labels
Resolved in Pega Version Pega Platform, Resolved in Pega Version 7.1.7
Hot keys configured buttons were showing extra characters appended to the button label. These buttons have been deprecated, but this issue has fixed by removing the cross site scripting added for button caption.