SR-116220 · Issue 168848
Report drill downs for embedded summary charts open in a new window
Resolved in Pega Version 7.1.7
If a Summary View chart has a drill down to another summary view and then to a list view, when the section is launched, clicking on the pie of a summary chart in the portal gets drilled down to the next level. However, when the chart was maximized (opened in a pop up), it was not drilling down. This was traced to the way actions were configured: when reports were maximized, the main window was set to the parent window and drilling down refreshed the main window and not the maximized window. To remedy this, report drill downs now open in a new window instead of modifying the parent window.
SR-116242 · Issue 171896
Work item correspondence loading fixed for IE11 Enterprise
Resolved in Pega Version 7.1.7
When trying to view correspondence attached to a work item, using IE11 in Enterprise mode, an error "Error: Loading Open Authoring Control" is generated. This was caused by the Open Authoring ActiveX control APIs used by the correspondence viewing functionality: the currently used method of verifying that an ActiveX control has been successfully loaded into the HTML page was not working in IE11 Enterprise mode, and has been updated.
SR-116272 · Issue 168880
Java error resolved for Smartinfo in list view
Resolved in Pega Version 7.1.7
A JavaScript error was being generated in IE8 after viewing the Smartinfo popup with a list view. This was caused by calling the focus API on top of an invisible element, and has been fixed.
SR-116286 · Issue 168017
Corrected a race condition with Lock Manager
Resolved in Pega Version 7.1.7
In some cases, attempting to open an existing Work Object that was assigned to a workbasket with a SLA on it generated the error "The flow this assignment corresponds to has been removed". This was due to a race condition with the Lock Manager where two threads attempted to update an instance at the same time, and has been fixed.
SR-116300 · Issue 167205
Added display expansion capabilities for accessibility mode
Resolved in Pega Version 7.1.7
Previously, expanding displays with "+" in the listview category headers required a mouse click. An enhancement has been added to additionally allow use of the enter key at this location to expand and display the attachments of that category type (Notes, Files, Emails, etc.).
SR-116300 · Issue 169067
Added display expansion capabilities for accessibility mode
Resolved in Pega Version 7.1.7
Previously, expanding displays with "+" in the listview category headers required a mouse click. An enhancement has been added to additionally allow use of the enter key at this location to expand and display the attachments of that category type (Notes, Files, Emails, etc.).
SR-116331 · Issue 171181
Corrected file generation using Rule Base Comparison for product
Resolved in Pega Version Pega Platform, Resolved in Pega Version 7.1.7
Running the Rule Base Comparison wizard on any product rules that have applications rules / data instances included caused a FileNotFound exception error. This was found to be a coding error where the system exported a .jar file but then looked for a .zip file. The export utility has been modified to correctly export a .zip file.
SR-116347 · Issue 166799
Error resolved for adding Stage Step Specifications using RTE and Google Chrome
Resolved in Pega Version 7.1.7
While configuring a stage behavior in Google Chrome, if a user had focus within the Rich Text Editor for a specification and submitted the modal, an error was generated. This was caused by an invalid post-value check, and the unnecessary post value has been removed.
SR-116359 · Issue 169895
Dynamic select modified to use display value instead of property value
Resolved in Pega Version 7.1.7
If two different properties were used for display and values in Dynamic select, the value property was shown instead of the display value. This has been corrected.
SR-116359 · Issue 174215
Dynamic select modified to use display value instead of property value
Resolved in Pega Version 7.1.7
If two different properties were used for display and values in Dynamic select, the value property was shown instead of the display value. This has been corrected.