SR-C27568 · Issue 368081
Cancel/Submit buttons localized in summarized report
Resolved in Pega Version 8.1
Localization has been added to the Cancel and Submit buttons of Summarize report.
SR-C27573 · Issue 368388
Localization added to 'manage participants' error headings
Resolved in Pega Version 8.1
Localization has been added to the work parties error headings in the 'manage participants' screen.
SR-C27573 · Issue 356317
Localization added to 'manage participants' error headings
Resolved in Pega Version 8.1
Localization has been added to the work parties error headings in the 'manage participants' screen.
SR-C27582 · Issue 368673
Feedback work queue fields localized
Resolved in Pega Version 8.1
Localization has been added to the following fields of the Feedback work queue: Work queue record for Broken Processes (aka problem flows) CheckInCandidates Failed Robotic Assignments AR_Feedback_AR Work queue Record Work queue record for CheckInCandidate tasks Work queue record for deferred tasks Work queue record for Incomplete Connections tasks Work queue record for inprogress tasks Work queue record for QA tasks Work queue record for REQUESTS tasks Work queue record for ReviewChanges tasks Work queue record for scanned documents Work queue record for support tasks
SR-C27585 · Issue 370960
Cassandra startup modified to use absolute path to needed files
Resolved in Pega Version 8.1
DDS was not starting on Windows, reporting that it was unable to find the cassandra.bat file. In this case, Cassandra was started using ".\cassandra.bat" command and the path to cassandra.bat was specified by setting the working directory in ProcessBuilder, but ProcessBuilder doesn't use working directory to find the location of the script. In order to ensure consistent startup behavior, the invocation of Cassandra scripts has been modified to run using an absolute path to Cassandra startup files in the command.
SR-C27659 · Issue 368116
Modified survey logic for modal dialog radio button rendering
Resolved in Pega Version 8.1
When Survey was rendered on a modal dialog, radio button questions were not getting displayed. This was traced to the system skipping some stream generation logic due to a purpose called VALIDATE which was set incorrectly in post processing. To resolve this, the code for validation at the question level has been moved below the stream generation logic in the SurveyAccessMethodBodyQuestionCollection and SurveyAccessMethodBodyQuestion FUAs.
SR-C27724 · Issue 369088
Cluster timeouts now configurable
Resolved in Pega Version 8.1
Boundaries were originally placed on the values allowed via prconfig for the cluster timeout settings to avoid values that could extremely negatively impact the cluster. These boundaries have now been removed to allow sites to use their discretion and the logging level for the Cluster Configuration has been changed from DEBUG to INFO.
SR-C27806 · Issue 369056
FileInput and FileOutput contention resolved
Resolved in Pega Version 8.1
In order to resolve contention issues with FileInputStream and FileOutputStream APIs that were causing GC to hold the objects till the end, they have been replaced with Files.newInputStream and Files.newOutputStream APIs which will not introduce GC.
SR-C27924 · Issue 368528
My Teams tooltip localized
Resolved in Pega Version 8.1
Localization has been added to the My Teams tooltip.
SR-C27948 · Issue 368598
Create case transfer information tooltip localized
Resolved in Pega Version 8.1
The tooltip for "Transfer information to new case" checkbox in the create case utility has been localized.