SR-C19190 · Issue 360723
Cluster Management shows all servers with pagination
Resolved in Pega Version 8.1
When Pagination was used in a table layout with page size as 20, the option to navigate between pages was not displayed and only the first 20 nodes were displayed in the cluster management landing page. This was traced to a missed checkbox in table layout properties Display Header Grid used to display the header section, and has been fixed.
SR-C19202 · Issue 358750
Handling added for password beginning with special character
Resolved in Pega Version 8.1
The upgrade process was failing when it tried to generate the the SQL for the RuleSet Cleanup Script. This was an issue with a password that began with a special character, and handling has been added for that use
SR-C19217 · Issue 363043
New Java regression issues fixed for Connector and Metadata Wizard
Resolved in Pega Version 8.1
Multiple features in Connector and Metadata Wizard (legacy) were not working after upgrade due to some methods being deprecated in the latest version of Java. These regression issues have been fixed.
SR-C19248 · Issue 359946
Behavior modification for bypass OperatorID update
Resolved in Pega Version 8.1
An update of an OperatorID record could be bypassed during authentication by setting the "extAssignFlag" property with any non-blank value, however in the most recent versions of Authentication.java this flag is ignored during the Authentication.unauthenticate() method. The flag is still respected and the update skipped if the initializeUser() method) is used. In order to create behavior that matches, if the "extAssignFlag" is enabled then the system will not save the operator record in unauthenticate() method.
SR-C19285 · Issue 358754
Blacklist when performance improvement
Resolved in Pega Version 8.1
When running a performance test, the when delta sync blacklist when rule generated 1.6BG of garbage. In order to improve performance, a data page will be created to hold blacklisted delta sync data pages.
SR-C19325 · Issue 363470
Bulk Processing checkbox tool tip displays
Resolved in Pega Version 8.1
The Bulk Processing Tool Tip was not displayed when hovering over the checkbox. The tool tip has been added for Select Item and Unselect Item based on the check box select/un-select.
SR-C19348 · Issue 359143
Editable PDF creation added
Resolved in Pega Version 8.1
A new feature has been added to allow creation of an editable PDF via an added flag in the activity HtmltoPDF.
SR-C19401 · Issue 369254
Customized SAX parser/handler modified to retain the type attribute value and other type-substitution candidates
Resolved in Pega Version 8.1
It was not possible to collect the xsi:type information in XML inbound data mapping and map it onto the clipboard page using Parse XML new assembler. This was due to the customized SAX parser assuming that type attribute was available only for type-substitution purpose and missed retaining the attribute value. This was a missed use case in new assembler, and the customized SAX parser/handler has now been modified to retain the type attribute value along with other possible candidates for type-substitution.
SR-C19530 · Issue 363270
Fast JSON mapping improvements
Resolved in Pega Version 8.1
Performance improvements have been made to the fast JSON mapping API. In addition, handling has been added for a null value in an array type.
SR-C19530 · Issue 365123
Fast JSON mapping improvements
Resolved in Pega Version 8.1
Performance improvements have been made to the fast JSON mapping API. In addition, handling has been added for a null value in an array type.