INC-180479 · Issue 659640
DSS partition count setting made backward compatible
Resolved in Pega Version 8.6.1
After update, the DSS to limit the number of partition counted was no longer working and instead used the default value of 20. This has been corrected and made backwards compatible.
INC-155070 · Issue 637579
PDF generation corrected
Resolved in Pega Version 8.6.1
Issues with PDF generation have been resolved by upgrading the PD4ML libraries to version 4.0.9fx5.
INC-155406 · Issue 638704
Clipboard security updated
Resolved in Pega Version 8.6.1
Security has been enhanced for clipboard properties by restricting registration for readonly properties.
INC-157367 · Issue 637946
PDF generation corrected
Resolved in Pega Version 8.6.1
Issues with PDF generation have been resolved by upgrading the PD4ML libraries to version 4.0.9fx5.
INC-157404 · Issue 630694
Adaptive Model report information exports correctly
Resolved in Pega Version 8.6.1
Clicking export to Excel or PDF in the Prediction Studio Adaptive Model report was not working. Investigation showed the first double quote of the propositionName was getting replaced from & quot ; to "", which resulted in an error while performing openUrlWindow action. This has been resolved by adding a new helper handler, while creating context menu using Handlebars.
INC-157448 · Issue 638923
Latitude and longitude populated for CreateWork history
Resolved in Pega Version 8.6.1
After enabling geo location in the casetype rule, when the case was created using the Create menu option from either Dev studio or Manager portal the Latitude and longitude values were set on the pxRequestor page and were available in the Case Audit history in the Map control. When the same case was created using CreateWork action configured on a button, it did not log the latitude and longitude values in the case Audit history. Investigation showed this was caused by a 'when' condition in the AddWorkHistory activity which checks the requestor page for latitude value and which had a null value when a createWork action was used to create the case. To correct this, the template metadata of the form will be populated with latitude and longitude values from pxRequestor page to be used in the latitude and longitude hidden fields.
INC-157860 · Issue 633948
Corrected error message display in right-to-left locales
Resolved in Pega Version 8.6.1
When using the standard report definition view in the Arabic (ar_AR) locale, error messages for a filter condition were displayed with an incorrect extended horizontal scroll bar with white space. This was traced to the legacy popover styling causing an issue with locales that display text from right to left, and has been resolved by setting the default overlay left to 0PX for these locales.
INC-160805 · Issue 640852
PDF generation corrected
Resolved in Pega Version 8.6.1
Issues with PDF generation have been resolved by upgrading the PD4ML libraries to version 4.0.9fx5.
INC-160839 · Issue 643468
Session timer corrected
Resolved in Pega Version 8.6.1
Configuring pxsessiontimer in the Portal header to log users off after 30 minutes was not working as expected: users were still logged in the next day or after keeping the session idle for more than 30 minutes. After waking up the system, it was possible to search clicking on the search results resulted in being logged out. This was traced to the ShowLogoffTimer activity not being correctly registered, and has been resolved.
INC-161937 · Issue 640263
VMWare workspace One Mobile support added
Resolved in Pega Version 8.6.1
Support has been added for the VMWare workspace One Mobile app by updating the BrowserUtilsRuntime file to add the necessary user agent.