SR-B73042 · Issue 320815
Rule design view rendering fixed for Microsoft Internet Explorer 11/Edge4.0
Resolved in Pega Version 7.3.1
Rule design view was not rendering in Microsoft Internet Explorer 11 11.0.44 and Edge 40.x due to CSS and scrollbar coding in Edge 4.0 that was not W3 standards compliant. This has been fixed by updating the Pega CSS to match the syntax used in this scenario.
SR-B55054 · Issue 317660
Fixed Safari refocus on section refresh
Resolved in Pega Version 7.3.1
Safari was setting the focus to document.body after a section refresh inside a details portion, causing qualifying questions to disappear. The issue was found to be that the section displaying the questions was running under a separate thread. As long as the refresh happened within that context, the behavior was as expected. However, immediately clicking on an answer for the question without first clicking elsewhere within the window caused it to run under the claims context and not render properly due to the focus shift. To correct this, modifications have been added to avoid resetting the execution thread conditionally for Safari when the blur is triggered on document.body.
SR-B44781 · Issue 315253
Case search refinements added
Resolved in Pega Version 7.3.1
Searches for S-cases included irrelevant I-cases in the results. This was traced to opening an S-case from workbasket and then creating a new interaction: in the newly created I-case pyWorkpage.pxFlow.pxFlowParameter, prevRecordKey was getting set to S-case and thus those I-cases were displayed in the content search. In order to return only the expected results, the doUIAction activity has been modified to remove "prevContentID", "prevRecordkey" and 'prevFormDirty" from the parameter page used by the clipboard.
SR-B44444 · Issue 311506
Resolved sporadic UnmodifiablePropertyException errors
Resolved in Pega Version 7.3.1
Sporadic UnmodifiablePropertyException errors were appearing in the logs when a DataPage was called through a defer load activity on a section. This has been resolved by adding a check in pzRuleCallParamsPreProcessing.
SR-B44444 · Issue 311520
Resolved sporadic UnmodifiablePropertyException errors
Resolved in Pega Version 7.3.1
Sporadic UnmodifiablePropertyException errors were appearing in the logs when a DataPage was called through a defer load activity on a section. This has been resolved by adding a check in pzRuleCallParamsPreProcessing.
SR-B38110 · Issue 305717
Autocomplete Spinner appears as expected
Resolved in Pega Version 7.3.1
The Autocomplete Spinner was not visible until the results fully populated if a result's success was temporarily undefined and consecutive requests were pending. This has been fixed.
SR-B38110 · Issue 311870
Autocomplete Spinner appears as expected
Resolved in Pega Version 7.3.1
The Autocomplete Spinner was not visible until the results fully populated if a result's success was temporarily undefined and consecutive requests were pending. This has been fixed.
SR-B65083 · Issue 314267
Customer search transaction ID mismatch fixed
Resolved in Pega Version 7.3.1
The error "This action is not allowed as it is outside the current transaction" appeared on searching for a customer for the second time in customer search. The logged error indicated a transaction ID mismatch. This has bene fixed.
SR-B51005 · Issue 312076
Fixed error pop-up and freeze for idled session
Resolved in Pega Version 7.3.1
The error pop-up window was appearing after a session idled for 30 minutes, displaying the message "There has been an issue - please contact the system administrator" and the session would freeze. This was caused by a null property error and has been fixed.
SR-B44412 · Issue 303742
Expand When updated for RDL with Categorize By enabled
Resolved in Pega Version 7.3.1
The 'Expand When' condition was not running for all iterations when the collapsible layout was in a Repeat Dynamic Layout with the "Categorize By" option enabled. This has been fixed.