SR-C2729 · Issue 365288
Resolved New Work items in WB sometimes hanging due to email content
Resolved in Pega Version 8.1
A null check has been added to resolve system hang when attempting to render a grid which is present in the RTE of an email. Additional checks have been added for the class attribute and for the bGrid attribute when displaying email content in the grid's expand pane inside an RTE for markup that was copy-pasted (when sending the email).; this ensures the needed attributes are present during the initialization of grids.
SR-C2729 · Issue 366623
Resolved New Work items in WB sometimes hanging due to email content
Resolved in Pega Version 8.1
A null check has been added to resolve system hang when attempting to render a grid which is present in the RTE of an email. Additional checks have been added for the class attribute and for the bGrid attribute when displaying email content in the grid's expand pane inside an RTE for markup that was copy-pasted (when sending the email).; this ensures the needed attributes are present during the initialization of grids.
SR-C27340 · Issue 370762
Added validation to date/time for "Update if target is blank"
Resolved in Pega Version 8.1
Data table updates were not working as expected if "Update if target is blank" was used and the primary key field Date field in Excel was in m/d/yyyy format ( system locale en-US). This has been corrected by adding validation to the Date/DateTime/TimeOFDay field.
SR-C27357 · Issue 368970
Customization added for removing ET- ID from email subject
Resolved in Pega Version 8.1
The out-of-the-box email channel was exposing the ET-XYZ ID to end-users when it was not desired. To allow for greater customization, a customer-overridable activity 'pyMapEmailToEmailTriage' is now called from pxCreateAndManageTriageWork, and sample code has been included for reference.
SR-C27371 · Issue 374718
Section overlays dismissed on click away
Resolved in Pega Version 8.1
Overlays did not dismiss on clicking away from the Work-Action section. This was due to the clickaway handler not getting attached when clicking out of the iframe, and code changes have been added to ensure it is attached.
SR-C27444 · Issue 369750
Property/column case mismatch handling added for OverallSentimentSplit report on Oracle systems
Resolved in Pega Version 8.1
A casing inconsistency was causing the OverallSentimentSplit report in Pega Marketing to not run on a SQL Server database, resulting in the inability to see any metrics related to Social Sentiment on the marketing dashboard. To fix this, an external mapping class has been added to account for the mismatch on case-sensitive Oracle systems, so that pyDataSetIDwill be set as pyDatasetId in the Data-NLP-Report-Summary class.
SR-C27476 · Issue 369526
Apache library updated
Resolved in Pega Version 8.1
To improve security, the following updates have been made: - Apache Commons FileUpload updated to version 1.3.3 - Apache-mime4j-core has been updated to version 0.8.1 - Apache POI has been upgraded to version 3.17
SR-C27483 · Issue 368291
prpcServiceUtils getStatus corrected for unlocked ruleset
Resolved in Pega Version 8.1
While exporting a product rule containing unlocked rulesets, the error message was not set when the export operation was called from service. This caused the build to fail as it was unable to parse the empty response. To correct this, the relevant error message will be added for exporting a unlocked ruleset and the ant build will fail
SR-C27512 · Issue 375903
Jackson and ElasticSearch upgraded
Resolved in Pega Version 8.1
ElasticSearch (in embedded mode) has been upgraded to ES 5.6.7 so that nested structures can be accommodated in ElasticSearch when using dynamic templates. In addition, the Jackson JARs have been upgraded to version 2.9.5 for improved security.
SR-C27549 · Issue 368123
Support added for Microsoft Exchange Public Keys
Resolved in Pega Version 8.1
An enhancement has been added to support Microsoft Exchange Public keys.