SR-C93341 · Issue 433629
Hash handling security updates
Resolved in Pega Version 8.3
Several updates have been made to improve hash handling security.
SR-C91907 · Issue 433770
Thread context preserved when processing a case in interaction
Resolved in Pega Version 8.3
Thread context was not being preserved correctly when a case was opened from an interaction. This has been corrected.
SR-C96297 · Issue 433775
Enhancements added in support of AES/PDC integration
Resolved in Pega Version 8.3
The following enhancements have been added in support of AES/PDC integration: - QueueStatistics for Oracle and multi-tenant environments -Postgres statistics are reset after every push (this can be disabled by changing the DSS ResetTableStats) -Enabled Debug statements before all connect-rest/connect-soap calls -Handling for Listener Information issues -Elastic search updates -The connect timeout has been enhanced from 30 sec to 60 sec for all REST connectors. -Data pages can be used for picking the End point URL -Elastic Search Count details can be pushed to PDC
SR-C89463 · Issue 433820
Corrected tab name handling in Report Browser
Resolved in Pega Version 8.3
When using the report browser, refreshing the page after subscribing and unsubscribing to a report changed the tab name to the task id (eg. "PX-ST-123") and an extra tab appeared. This has been corrected.
SR-C95187 · Issue 433823
IO exception logging enhanced
Resolved in Pega Version 8.3
In order to improve diagnosing problems such as DDS nodes not joining a cluster despite Cassandra nodes being run successfully, logging enhancements have been added that include details about IO exceptions.
SR-C96406 · Issue 434635
Corrected default parameter passing to fetch childcases audit details
Resolved in Pega Version 8.3
After upgrade, Child case audit details in a Parent Case were not visible even after checking the Show Subcases option. This was traced to refactoring work done in an earlier version; in earlier releases, the parameter ShowSubCases defaulted to true if it was not already present. Later during refactoring, a call to pzFetchCaseStatusUpdate was added but did not include support for passing the parameter page if the parameter had been set by default instead of explicitly being included. Since the parameter was missed, the subcase audit details would not be fetched. This has been corrected so the parameter needed will be passed and fetch the subcases.
SR-C94190 · Issue 434654
Fixed Export to PDF page formatting
Resolved in Pega Version 8.3
A formatting issue was seen when using export to PDF; the first page contained only the title of the report as well as the filter, the generated date, and the number of records, and the exported data was included only from the 2nd page onwards. This has been corrected, and some performance improvements for the generation time were added.
SR-C96230 · Issue 434677
Opening WO from another workpool maintains the original access group and pool
Resolved in Pega Version 8.3
Opening work objects from another workpool permanently switched the pool of the requestor to the other access and work group if the requestor had permissions for it. This has been corrected.
SR-C96035 · Issue 434730
Write and Delete restrictions added to the RoboticAdministrator role
Resolved in Pega Version 8.3
The security configuration for the PegaRULES:RoboticAdministrator role has been updated with the 'when' rule condition pzModifyAllowed for Write and Delete access.
SR-C89135 · Issue 434746
Formatting tag updated to ensure skin rule styles are correctly applied
Resolved in Pega Version 8.3
After a style was configured in the skin rule for TABS laouts -> Repeating Formats, the configured style was not being correctly applied to the skin. This was related to the anchor tag not picking up the changes, and has been resolved by replacing that with a span tag.