SR-117573 · Issue 171739
Fixed disappearing menu in modal dialog for IE11
Resolved in Pega Version 7.1.7
After launching a local action in a modal dialog from a Navigation rule while using IE11, dismissing the local action caused the navigation rule to disappear until the browser was manually refreshed. This was caused by a routing issue with the menubar call that failed to correctly reload the menu, and has been corrected.
SR-117583 · Issue 170260
Draft Mode now includes referenced rules for shape sub-processes
Resolved in Pega Version 7.1.7
If a a flow was created in Draft Mode and shapes were added, adding subprocess shapes and implementing one of the subprocesses created a list of Referenced Rules that did not include the sub-flow rules. This was caused by dangling connectors, and has been corrected by a call that will generate the Java for the flow even when this condition is present.
SR-117591 · Issue 171917
Improved Bulk Action checkbox handling
Resolved in Pega Version 7.1.7
In Case Manager Portal, when multiple work items (>3) were selected and transferred with Bulk Action, some were deselected and are not processed. This was traced to the select of checkbox calling an activity, followed by parent section refresh with refreshed all checkboxes. If checkboxes were selected while the refresh was in progress, the value for the next selection was not posted even though it appeared to be checked. This has been corrected to ensure all selected checkboxes are posted properly.
SR-117604 · Issue 169493
Increased limit for Application Document flows
Resolved in Pega Version 7.1.7
Application Document previously limited the number of flows to 50 and would not list those exceeding the limit. This limit has been removed.
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.