SR-130604 · Issue 198248
Improved handling of load balancer cookies
Resolved in Pega Version 7.1.8
When going through the load balancer and custom authentication, two Pega-RULES cookies were being added to the requests as the user progressed through using the application and errors were displayed on the login screen for subsequent sessions. One of the Pega-RULES cookies was from the previous user session, and a file cookie was being added at the browser level that contained the Pega-RULES cookie. This was an issue where if the responseheader object had a iac-nongateway string in lower case when run through load balancer (like webseal or cisco f5), it collected the second cookie due to the case mismatch in the API. The system has been updated to shift the case of the responseheader object name to better handle differences related to various load balancing applications.
SR-130655 · Issue 198806
Validation handling improved for date value
Resolved in Pega Version 7.1.8
When a value was provided from the Calendar Icon, the value was not going to the clipboard automatically from pxDateTime control when the "Enable client side validation" checkbox was not checked in the advance tab of the harness. The pxDateTime control should not have been relying on the client side validation, and this has been corrected.
SR-130671 · Issue 198217
Sort and filter check added for embedded sections in repeat grid columns
Resolved in Pega Version 7.1.8
In a repeat grid where sort and filter options were enabled on all the columns and one of the columns contained an embedded section, the sort and filter functions were not working on the column with the embedded section if the name of the embedded section was the same as the name of any property used for other column in the repeat grid. This issue was due to an incorrect call to pzGenerateControl for the cell containing the section include, and has been fixed by adding a check for section includes.
SR-130713 · Issue 200675
getComputedStyle API issue in Microsoft Internet Explorer 8 resolved
Resolved in Pega Version 7.1.8
A JS error was appearing when using the Microsoft Internet Explorer 8 browser to complete the verification steps to submit a Smart Dispute, and clicking on the Submit button on the dispute screen showed no response. This was an issue with the updateHeaderCellsWidth API, and has been resolved.
SR-130751 · Issue 198798
Clarified handling of unlocked work objects in multinode environments
Resolved in Pega Version 7.1.8
Release lock was not working correctly on a multinode environment. When trying to release the lock from same operator different requestor from different nodes, the error "Unable to unlock this work object" was generated. In a multinode environment, system pulse takes time to update the cache across the nodes, hence the option is not effective immediately. Messaging has been updated to reflect this delay. Once System pulse executes then other requestor will be able to work on this item.
SR-130815 · Issue 199482
Updated API for 'Find' gadget
Resolved in Pega Version 7.1.8
The 'Find' gadget was not opening the existing WO in a new window as desired. This issue has been fixed by changing the strItemID location so that it will be passed to createFromEncryptedURL API.
SR-130959 · Issue 201417
Resolved stack overflow error on click close
Resolved in Pega Version 7.1.8
If a local action is configured on click of button in a section and a flow action is opened in the modal dialog, checking the option "Hide the default Action Section buttons?" in the action tab of flow action caused a stack overflow error when the X button was clicked to close the modal dialog. This has been fixed by adding a condition in focusOnModalDialogFirstElement to avoid refocusing on container_close when the modal does not have focusable elements.
SR-131124 · Issue 199831
Added enter key access to expand pane
Resolved in Pega Version 7.1.8
The expand pane icon in repeat grid was not accessible through enter key. This has been fixed.
SR-131136 · Issue 199333
Localization added for modal dialog alert boxes
Resolved in Pega Version 7.1.8
Localization has been added for modal dialog alert boxes.
SR-131176 · Issue 200691
Special character handling added to ShowHarness
Resolved in Pega Version 7.1.8
Previously, support was added to Decisioning -> Monitoring -> Adaptive Models Reporting for propositions beginning with special characters. An additional use case has been added to support the same in the activity 'uiactiondisplayharness' for ShowHarness.