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.
SR-C14688 · Issue 358198
Added handling for scheduled reports with spaces in the shortcut name
Resolved in Pega Version 8.1
If a report was scheduled which had spaces in the shortcut title, the emails were not sent and the error "Opening the definition of the report failed for class name: Work-& report name: Open Case timeliness" was generated. To resolve this, the activity Pega-ScheduledTask-Reporting!pyExecuteTask has been updated to set the pyClassName and pyStreamName according to the report insname found on the shortcut when using a Report Definition.
SR-C14893 · Issue 360684
Repaired Refresh Section triggered by activity
Resolved in Pega Version 8.1
Refresh Section was showing incorrect information after modifying the PageList last record details and triggering an activity. This has been corrected.