SR-D16934 · Issue 493703
External Cassandra nodes listed in DDS cluster
Resolved in Pega Version 8.2.3
Nodes of an external Cassandra cluster were not listed in the DDS cluster except for the first one in the host list, and when the “only” listed Cassandra node was restarted, the status on the DDS cluster LP did not become “NORMAL” afterwards. In addition, even though other C* nodes were up and running, the external Cassandra cluster was reported as unreachable. This was an unintended side effect of work done on the landing page to reflect the real state of the nodes after some were killed and restarted, and has been corrected by refining the equals() and hashCode() methods for DDS member info in order to better differentiate the external Cassandra nodes.
SR-D17306 · Issue 490917
RD pagination expanded to 1500 rows
Resolved in Pega Version 8.2.3
The default pagination enabled on the Report Definition was limiting the results to 50. This has been enhanced to a row limit of 1500 in report definitions pzGetAllPropertiesOfGivenClass.
SR-D17418 · Issue 498721
Attached note header displays properly in Hebrew locale
Resolved in Pega Version 8.2.3
With the locale set to Hebrew, the whole portal is presented correctly from right to left, but when opening a case note (attached email) the header was not displayed as right to left. This has been resolved by updating the 'DisplayNote' HTML of class 'Data-WorkAttach-Note' and 'Show' HTML of class 'Data-Corr-Email' to use locale information from the operator.
SR-D17660 · Issue 486700
Resolved OOM error for system scan
Resolved in Pega Version 8.2.3
In some installations, performing a system scan would cause an Out Of Memory Error. This was traced to the process used to de-serialize the catalog metadata, which caused the unzipped version of the catalog (containing data going back to v6 releases) to grow to 125 MB. To resolve this issue the system will make use of streams, but as that still requires the entire catalog object to be available, the system will also cull redundant objects from the hotfix catalog. Going forward, platform-specific catalog files will be created to minimize their size and improve efficiency.
SR-D17919 · Issue 491580
Corrected thread switching when moving between interactions tabs
Resolved in Pega Version 8.2.3
When using Create New for a Phone Call-Consumer in one tab and Create New for an Outbound Phone Call on another tab, the thread was not changing when switching between the tabs of the interactions. Closing the Outbound call interaction resulted in null pages on the clipboard. This has been resolved by updating the pzpega_ui_doc_tabsupport file so it switches to root document context if called from onActivate function using a flag.
SR-D17973 · Issue 489738
Corected parameter mismatch to allow deletes to be added to history
Resolved in Pega Version 8.2.3
Pega was not keeping track of a property if it was deleted from the data explorer tab, resulting in not being able to restore the deleted property. This was traced to a parameter mismatch: the Delete API adds the Memo parameter to the history, but while DeleteRecord accepted the Memo parameter, DeleteRecordInner accepted the HistoryMemo parameter. Because the parameters names were different, they were not propagated to the API. This has been corrected by setting the param.memo so that Rule-Delete API adds the history and the rule gets displayed correctly in recently deleted rules.
SR-D18200 · Issue 492098
Whitelist security added to getDataPage API
Resolved in Pega Version 8.2.3
In order to secure data pages that may be exposed through using Global Resource Settings with the pega.api.ui.actions.getDataPage API, logic has been added to expose only mentioned data pages from the clipboard through pyPublicDataPageWhiteList.
SR-D18809 · Issue 490872
Localization added to SetCMISMessageWarning
Resolved in Pega Version 8.2.3
Localization has been added to pzSetCMISManageWarning for the warning message "This attachment is locked for editing by you".
SR-D18907 · Issue 488898
Property references now supported for label and checkbox captions
Resolved in Pega Version 8.2.3
An enhancement has been added to support the use of a property reference for labels and checkbox captions.
SR-D18960 · Issue 499910
Logic updated to resolve busy indicator delay
Resolved in Pega Version 8.2.3
On click of submit in the main interaction flow, the busy indicator was not getting displayed or was displayed after a delay whenever there were a series of Ajax requests being made. The logic has been updated to resolve this issue.