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.
SR-116397 · Issue 166042
Ensured cleanup utility does not unexpectedly remove rulesets
Resolved in Pega Version Pega Platform, Resolved in Pega Version 7.1.7
When the rule cleanup utility ran the statement "DELETE FROM pr4_rule_ruleset WHERE PYRULESETVERSIONID
SR-116397 · Issue 166235
Ensured cleanup utility does not unexpectedly remove rulesets
Resolved in Pega Version Pega Platform, Resolved in Pega Version 7.1.7
When the rule cleanup utility ran the statement "DELETE FROM pr4_rule_ruleset WHERE PYRULESETVERSIONID
SR-117788 · Issue 160084
Support added for Alternate Domain URLs
Resolved in Pega Version Pega Platform, Resolved in Pega Version 7.1.7
Open URL' in a window action configured in a navigation rule was not passing on configured parameters in the alternate domain URLs. Support has been added to pass on the parameters if an alternate domain is used with openUrlInWindow action in an old menu.