SR-117606 · Issue 173816
Fixed portals enhanced for IE10 and IE11
Resolved in Pega Version 7.1.7
An enhancement has been added to the system to ensure portals will render accurately in IE10 and IE11.
SR-117674 · Issue 170571
Smart Shapes use properly limited to work class
Resolved in Pega Version 7.1.7
An error in the code made Smart Shapes visible when creating a data-class flow. Attempting to include them by dragging them into the flow design pane resulted in an "empty" utility shape that was missing many of the options normally offered. Because Smart Shapes are designed only for work classes, Smart Shapes will not be visible in shape menu when a flow is created in data class.
SR-117744 · Issue 172508
BodyVisibleWhen updated for repeating tab layouts
Resolved in Pega Version 7.1.7
Previously, repeating tabbed layouts had the option of BodyVisibleWhen in the properties of the layout for referring to a 'when' condition of the pagelist property. After migration, attempting to use the 'when' condition took the class of the section and not the class of the pagelist. The ValidateSection and its includes have been modified to properly consider the tabbed/column repeat 'when' condition validation.
SR-117750 · Issue 174755
Websphere WorkManager enabled and thread handling improved
Resolved in Pega Version Pega Platform, Resolved in Pega Version 7.1.7
An enhancement has been added to allow the use of Websphere's WorkManager and correctly handle the generated threads.
SR-117752 · Issue 171493
Changed decimal values to comma values for NL/SE localization
Resolved in Pega Version 7.1.7
The Dutch and Swedish convention for decimals is to use a comma as the separator instead of a dot. This use was not included in the localization so clicking on submit caused the comma values to be converted with a decimal point that multiplied the value by 100. (1200,00 is twelve hundred euros; the value became 120,000.00 - one hundred and twenty thousand euros) This has been fixed so the values are correctly handled with commas when localized to NL or SE.
SR-119243 · Issue 175219
Changed decimal values to comma values for NL/SE localization
Resolved in Pega Version 7.1.7
The Dutch and Swedish convention for decimals is to use a comma as the separator instead of a dot. This use was not included in the localization so clicking on submit caused the comma values to be converted with a decimal point that multiplied the value by 100. (1200,00 is twelve hundred euros; the value became 120,000.00 - one hundred and twenty thousand euros) This has been fixed so the values are correctly handled with commas when localized to NL or SE.
SR-117805 · Issue 173117
Corrected IE handling of date picker in Report Definition custom sections
Resolved in Pega Version 7.1.7
A report definition configured to use a custom section for filtering caused a JS error in IE browsers when selecting dates from the date picker multiple times. In IE only, the DOM object containing the popup is removed from the DOM after refreshing, but the reference, _container, is not nulled. As a result, IE was trying to reuse a DOM object that wasn't present on the screen. This has been corrected.
SR-117815 · Issue 170081
Updated UUID generation to function with Ping Identity
Resolved in Pega Version 7.1.7
Issues were experienced in trying to achieve connectivity using SAML 2.0 for an SSO solution. Ping Identity imposes a constraint on the format of the Request ID that it receives, and fails if that ID does not start with a letter or underscore. This ID is a random UUID generated by java code, and it had no set leading character. In order to allow full interoperability, the UUID generation has been replaced with a custom implementation which generates unique IDs starting with "_".
SR-117840 · Issue 170516
Autopopulate correctly set/disabled in the CSR portal
Resolved in Pega Version 7.1.7
Switching to some clipboard pages caused a null pointer error in the CSR portal for the operator. This was caused by an autopopulate call being made even when autopopulate was disabled. This has been corrected.
SR-117844 · Issue 170991
Auto-refresh only available for Section Tabs
Resolved in Pega Version 7.1.7
When the "Refresh when active" checkbox was checked in a harness used in the Case Manager dashboard, creating or closing a WO did not update this page automatically. This is because auto-refresh is unsupported in the harness; it is better to use Section Tabs (the best practice statement explains why) and they are encouraged over using Harness tabs. In order to make this use clear, the auto-refresh checkbox will not be displayed in harness tabs.