SR-C13437 · Issue 360917
Fixed Requestor scope LDP sync
Resolved in Pega Version 8.1
Requestor scope LDP sync was failing if there was a new requestor and no new records, showing the error "Clipboard page must have at least one result” . This has been fixed.
SR-C13510 · Issue 356101
Corrected character encoding for Chart drilldowns
Resolved in Pega Version 8.1
Drilldown was failing with certain characters such as single quotes or &'s when using the legacy "Chart" control. This was due to missing encoding, and has been fixed to encode the parameters before executing the drilldown.
SR-C13735 · Issue 356119
Fixed busyIndicator during grid initialization from email RTE
Resolved in Pega Version 8.1
Attempting to render a Pegagrid which was present in the RTE of an email resulted in a busy indicator that did not resolve. This has been fixed.
SR-C13911 · Issue 361988
Encoding added for non-ascii file names in CMIS repositories
Resolved in Pega Version 8.1
Saving a file attachment that has Cyrillic characters in its name resulted in the name or the extension being changed. To correct this, encoding has been added to properly handle file names that are not in ascii when using 'Store in CMIS repository'.
SR-C14053 · Issue 355755
Handling added for saving page groups with blank indexes
Resolved in Pega Version 8.1
When saving a page group entry with a blank index, the page group entry was created in a corrupt state if "obj-save/writenow" was used instead of obj-save followed by a commit. To fix this, validation was added for empty property creation subscripts and empty subscripted references while parsing.
SR-C14255 · Issue 366610
Hint clarified for SELECT queries on Oracle
Resolved in Pega Version 8.1
Queries beginning with "SELECT /*+ leading(D R H A)" were running very slowly on Oracle. To clarify that the query uses Cartesian join for the first union, the hint now suggests that the format be "SELECT /*+ leading(D R H A) USE_NL(D R H A) optimizer_features_enable('11.2.0.4') */"
SR-C14506 · Issue 355734
Repaired localization on first load of section textarea
Resolved in Pega Version 8.1
After upgrade, localization for textarea "Remaining Character count" was not working when textarea was rendered in a section, but appeared after refresh if "post" action was specified on control. This was due to the template not handling this use case on the first load, and has been fixed.
SR-C14523 · Issue 354591
Tomcat/PostgreSQL guide updated for rulebase installation
Resolved in Pega Version 8.1
Documentation for rulebase installation has been clarified in the Tomcat/PostgreSQL guide to correct pathname errors.
SR-C14630 · Issue 357156
73
Resolved in Pega Version 8.1
If a Radio Buttons control was used to display read-only values with "Display Text of selected option" using the presentation type "True/False", the value shown was always False if localization was in place, even when the property value was true. This was a logic error and has been corrected.
SR-C14639 · Issue 368138
German language pack updates
Resolved in Pega Version 8.1
The German Language Pack (_de) has been updated to properly display the German text for rich text editors text like (Bold, Italic,) and the 'Check Spelling' tooltip.