SR-D12530 · Issue 482723
Spinner wheel dom correctly cleared after incomplete case closure
Resolved in Pega Version 8.2.2
Incorrect behavior of the spinner wheel during a case search following the browser being closed while a case was open has been resolved by updating pzpega_ui_doc_actionRouter to ensure the wheel dom is correctly cleared.
SR-D1458 · Issue 437894
Property name mapping moved to DSM side to ensure consistent results
Resolved in Pega Version 8.2.2
If a Data Set rule was used to retrieve the records of the Data Class, the property names appeared to be changing randomly in the OperationResult Clipboard Page when the name exceeded 30 characters. This was traced to NativeSQL trimming and hashing any aliases that were longer than 30 characters, and has been resolved by moving the mapping back of property names to the DSM side.
SR-D211 · Issue 481406
Case Assignment issue lock corrected
Resolved in Pega Version 8.2.2
After upgrade, an intermittent error was seen when browsing the screen flows of a child case type application, indicating "Users have lost the ability to make this change because a change elsewhere has taken precedence over the change you made here. Please click on the assignment again to continue". This was traced to a change made to address an issue with the Opener not properly honoring the aUnlockOnCommit flag that was passed in via the openIfStale() API: in a very specific use case following that change, the system would unlock work objects during openIfStale when it should not. This has been corrected.
SR-D2400 · Issue 438740
Security for ExporttoPDF tool process improved
Resolved in Pega Version 8.2.2
In order to increase system security, the tool process around iframe HTML tags used in generating a PDF with chart image data has been improved.
SR-D2788 · Issue 438261
Stale transaction error resolved for Robot Manager deletions
Resolved in Pega Version 8.2.2
The UI was hanging and displaying a stale transaction error after multiple entities were deleted from the Robot Manager UI. This has been resolved by adding clientFrame handling for SPA cases separately in the pega_ui_modaldialog js file.
SR-D3371 · Issue 439506
Association Resolver updated to handle filters created on secured properties
Resolved in Pega Version 8.2.2
After creating a Report Definition in a class (Example Class A) that had an Association in that report with Class B, no results were generated from the report when an Access Control Policy and Access Control Policy Condition were created for Class A and Class B where the Class B had an ACPC with a Value field that referred to a Data Page or clipboard page property. Investigation showed the system was not able to resolve the actual value of the datapage property in the generated SQL query due to Association Resolver resetting the filter value (the Page reference in this case) of a filter that is created on a secured property. This has been corrected by updating Association Resolver to not reset the right operand for a filter that is created on a secured property.
SR-D3556 · Issue 444612
Requestor.OperatorID page updated to stay in sync with current OperatorID to enable post-Auth activity mapping
Resolved in Pega Version 8.2.2
The systems pages were not getting updated to the right operator's context when a post-Auth activity was used for mapping. To support this use, the UpdateOperatorID trigger has been updated to keep the pxRequestor.OperatorID page in sync with the current operatorID page during SAML. The operator will also be saved during provisioning.
SR-D3655 · Issue 438567
Resolved UI issues with TextArea control
Resolved in Pega Version 8.2.2
Two issues were seen with TextArea after upgrade: 1) The UI flickered when using a section where a checkbox click caused a TextArea to appear; and 2) When 'size to content' was specified for height in the TextArea, the area became unresponsive when the content was reduced. These issues have been corrected by setting height to auto instead of 0px while updating the text area height.
SR-D3929 · Issue 446437
Auditing for automatic stage transitions improved
Resolved in Pega Version 8.2.2
The logic for pzCheckForAndDoAutomaticStageTransition has been updated to provide better audits for the movements related to automatic stage transitions.
SR-D3947 · Issue 457300
XSS security added to GET Request Work-DeleteAttachment activity
Resolved in Pega Version 8.2.2
Security has been improved against a potential XSS vulnerablity on GET Request Work-DeleteAttachment Activity.