INC-207631 · Issue 701549
Decision Table property chooser made accessible
Resolved in Pega Version 8.5.6
The content of the pop-up "Decision Table property chooser" was not accessible by keyboard navigation. This has been resolved by adding the necessary code for focus inside the iframe.
INC-208499 · Issue 702516
Corrected Ajax container scrollbar with tabs
Resolved in Pega Version 8.5.6
The scroll bar was not working as expected for a pyCaseWorker Section configured with an Ajax container and "Show as tabs". This has been resolved by overriding the div[data-mdc-recordid] with overflow-x: auto style to get the proper horizontal scroll in the Ajax container.
INC-208848 · Issue 703875
Cosmos landing page configuration icon updated
Resolved in Pega Version 8.5.6
In order to allow changing the Cosmos landing page configuration icon, the harness has been made available. The default icon has also been updated.
INC-209071 · Issue 706041
Other Currency resolves value in Pega DX
Resolved in Pega Version 8.5.6
When using Pega DX with the pxDisplayText currency set to "Other currency", only the property name was sent as part of the metadata and not the actual value. This has been resolved by updating "Other currency" to resolve the property reference and get the value.
INC-210760 · Issue 708530
Corrected malformed URL
Resolved in Pega Version 8.5.6
The function used in the session timer to log off the user was not working consistently, and attempting to discard a checked-out delegated Rule did discard the rule. Both issues reported the error "HTTP Status 400 - Bad request". This was traced to a badly formed URL, and has been resolved by wrapping the URL with SafeURL_createFromURL.