SR-111945 · Issue 157966
Closing Lucene search popup in Firefox corrected
Resolved in Pega Version 7.1.7
When using Firefox, it was not possible to close the popup box generated by a Lucene search unless a work object was selected first. This was caused by an error the the method used to access the document id, and has been corrected.
SR-112147 · Issue 162872
Missing buttons from modal dialogues after manual resize
Resolved in Pega Version 7.1.7
After a launching a modal dialog from a local action and manually resizing it to make it smaller, selecting another layout from the dropdown menu was causing the re-size icon and OK/Cancel buttons to disappear. To eliminate this problem, the system has been modified to properly reset the height and width of the modal container before displaying the second layout was displayed.
SR-112203 · Issue 156906
Corrected 'Top Performers' report
Resolved in Pega Version 7.1.7
The "Top Performers" report in the Case Manager portal was returning incorrect values in the 'Avg. Velocity' column due to an incorrect calculation based on the number of days in the selected period. This has been corrected.
SR-114573 · Issue 162421
Corrected 'Top Performers' report
Resolved in Pega Version 7.1.7
The "Top Performers" report in the Case Manager portal was returning incorrect values in the 'Avg. Velocity' column due to an incorrect calculation based on the number of days in the selected period. This has been corrected.
SR-112357 · Issue 163326
Dynamic Select while editing Data Table instances
Resolved in Pega Version 7.1.7
When using DynamicSelect in a few properties under DataTable instances, editing or adding new rows in the DataTable failed to show a list of values from ReportDefinition and generated the error "Select element SwitchboardCategory is missing DSCaption". This was traced to HTMLPropertyParams not being properly passed on to DynamicSelect control, and has been fixed.
SR-112535 · Issue 164337
Portal rendering errors under z/OS
Resolved in Pega Version 7.1.7
Under z/OS, new installations were missing the login icon and the portal was not rendered correctly. This did not impact system performance. The problem was traced to an index setting in the DDL generation, and has been fixed.
SR-112684 · Issue 166387
Updated Datetime extraction with BIX to ensure consistent time zone output
Resolved in Pega Version 7.1.7
When extracting Datetime values from BIX, the time zone returned in that datetime value was inconsistent. This was caused by variations in the save points of the extractions that resolved property types, and the function has been modified to use a consistent save point.
SR-113149 · Issue 168421
Ensured tabbed section refresh for new sessions
Resolved in Pega Version 7.1.7
When a new session had only 2 tab groups configured with dynamic container, the first tabbed section refresh was not working as expected. This was caused by a missing null check, and has been corrected.
SR-113173 · Issue 163073
Localized ENTER key behavior for IMEs
Resolved in Pega Version 7.1.7
Previously, hitting the ENTER key during field entry created a new row and moved the cursor to it. However, this was not optimal in environments using IME where the ENTER key is typically used to confirm the input of a character for words (such as using Japanese characters). In order to facilitate input while using IMEs, the system now distinguishes whether or not IME is enabled and changes the result of hitting ENTER while entering text fields to confirm alphabet -> character conversion if IME is in use. If IME is NOT enabled (the user intends to input alphanumeric characters), the default behavior remains as creating a new row and moving the cursor to it. IMPORTANT NOTE: this IME feature is not available using IE8, as IE8 does not support the necessary composition events required for this handling, and hitting ENTER will create a new row as before.
SR-113288 · Issue 176797
Resolved review harness showing a collapsed work object
Resolved in Pega Version Pega Platform, Resolved in Pega Version 7.1.7
If a review harness was configured with a 'pxTextArea' and 'TextArea' control along with other embedded sections, opening a work object in review mode showed the content of work object as collapsed or shrunk. Clicking on the tab representing the work object to refresh displayed the whole content. This was traced to the textarea control throwing a javascript error which was stopping the resize execution. A null check has been added to prevent this.