SR-C78362 · Issue 415982
Preprocessing added to GET assignments and cases
Resolved in Pega Version 8.1.3
When the /assignments/{ID}/actions/{actionID} API was called, the result of the flow action did not include either the data transform nor the activity from the preprocessing section. The system has now been updated to run preprocessing for GET /assignments/{ID}/actions/{ID} and GET /cases/{ID}/actions/{ID}.
SR-C78402 · Issue 417491
Added Page clear messages for Record Editor to clear stale errors
Resolved in Pega Version 8.1.3
An error message appeared correctly if the validation failed after editing a record, but refreshing the row caused the error message to be removed. The same error message appeared again if any filter was applied on any column. This has been fixed by adding Page clear messages in post and pre activities of pzRecordEditor.
SR-C78664 · Issue 417565
Container format for dynamic layout configuration passed to the view API
Resolved in Pega Version 8.1.3
The layout format field for the dynamic layout configuration was passed to the view API as "groupdFormat", but the container format remained unchanged. This has been corrected.
SR-C78857 · Issue 416254
Hover text no longer blocks agent selection
Resolved in Pega Version 8.1.3
Show smartinfo was rendering the information on top of the target dynamic layout, hiding the entire content of the layout. To fix this issue, Show SmartInfo has been reconfigured as on hover of node label instead of dynamic layout.
SR-C79032 · Issue 417173
Pulse outgoing email character limit removed
Resolved in Pega Version 8.1.3
Previously, only the first 2000 characters of a Pulse entry would be displayed in the email notification. An enhancement has now been added to remove that limit and display the entire Pulse text in the related email.
SR-C79205 · Issue 416400
OnChange event only triggered on date field when value changes
Resolved in Pega Version 8.1.3
After configuring the onchange event for a date control field with some action, clicking on the Date picker option and selecting the same date triggered the onchange even when the value had not changed. This has been resolved by updating the code to store the previous value and check for a value change before firing the change event.
SR-C79302 · Issue 416825
Added backwards compatibility for ValidateDelete in Records Editor
Resolved in Pega Version 8.1.3
Due to a missed use case, ValidateDelete was not being called from the new records editor. This has been corrected by adding the step to call ValidateDelete in pzDeleteRecord activity.
SR-C79306 · Issue 417260
Visibility consition added for checkbox used to skip validation for rules import
Resolved in Pega Version 8.1.3
An enhancement has been added to show or hide the the validation checkbox in Import Wizard by way of the new property 'pyDisableSkipValidate'. This adds a visibility condition for the checkbox used to skip running rule validation in pzImportRecords.
SR-C79560 · Issue 417567
Editable format configuration passed through DX API
Resolved in Pega Version 8.1.3
The editable format configuration of the OOB controls was not being passed through the DX API. In order to present the information in the right format as well as reduce the amount of roundtrips to the server to validate inputs, support has been added for modes(1) and modes(2) in editable and readonly formats.
SR-C79696 · Issue 417542
Atmosphere XSS Vulnerability fixed
Resolved in Pega Version 8.1.3
Atmosphere has been updated to close a potential XSS vunerability.