INC-182287 · Issue 670742
Decimal places showing correctly after update
Resolved in Pega Version 8.6.3
After selecting Decimal places in the Property Panel in the section for a particular property, the decimal places were not added on tab-out at runtime. Decimal places were correctly applied if no property was specified. Investigation showed that an explicit post value call was initiated to apply the read-only formatting, but that call was suppressed by other conditions related to updating the Pega version. To resolve this, an unneeded data-auto-formatting conditional check has been removed.
INC-182724 · Issue 677845
Added empty space handling for tab labels
Resolved in Pega Version 8.6.3
After upgrade from Pega 6 to Pega 8, tab names were not displaying when rules were opened in Designer Studio. This was traced to empty space in the label which caused the Tab name to show as empty, and has been resolved by updating pzpega_ui_dynamiccontainer to use the trim method to check whether the label is empty or not.
INC-182726 · Issue 677531
CORS DSS settings corrected for Constellation
Resolved in Pega Version 8.6.3
After moving to the new HIPPA edition, the developer work area in Constellation appeared as blank under Channel-Portal-Landing Pages. This was traced to a DSS setting issue when using cross-origin resource sharing (CORS), and has been resolved.
INC-182803 · Issue 679725
SearchKeyword assed to HandleInput allow list
Resolved in Pega Version 8.6.3
After creating a section and placing a template grid with a button to refresh the section on click, clicking the button generated a SECU0001 alert. This was traced to gridMetadata_(uniqueID).pySearchKeyword not being registered when the property is part of a form data post request, and this has been resolved by adding pySearchKeyword to the allow list in HandleInput.java.
INC-182874 · Issue 675312
Update Language Pack for correct direct web access link localization
Resolved in Pega Version 8.6.3
When a direct web access (DWA) link was generated for an external user to perform an action on an external assignment, the shared link was corrupted when used with localization on the receiving system. This was due to the JSP fragment in the correspondence not being properly translated during localization. To resolve this, please access the most recent Language Pack available from https://community.pega.com/marketplace/language-packs/pega-platform .
INC-183163 · Issue 676253
Optimized table search updated
Resolved in Pega Version 8.6.3
Search functionality that can be enabled from tables after selecting the "Optimize" checkbox was not working correctly. This was traced to a potential issue getting the search parameter passed into the activity the section uses, and has been resolved by updating the system to get the element from pega.ctx.dom when pyFlowActionHTML div does not exist.
INC-183485 · Issue 680134
Performance improvements for mobile app refresh
Resolved in Pega Version 8.6.3
After update, performance issues were seen on the mobile app with processes that required a refresh. This has been addressed by updating the process for selecting the DOM element to improve the performance.
INC-183530 · Issue 669265
Corrected logging of jars added during node startup
Resolved in Pega Version 8.6.3
Logging regarding jar additions was being skipped when user-configured class path elements were added to the compile time classpath during node startup. This was an inadvertent side effect of previous work and has been resolved by adding the log statement "Skipping to add jar '%s' to compile time classpath as it was already present".
INC-183712 · Issue 674133
IndexOf updated to remove extra bracket
Resolved in Pega Version 8.6.3
When trying to open a section rule, content was not loading if values were derived using a report with column containing a function. This occurred when the section rule included a table referencing the report where one of the section table cells had its Property value set to the function. To resolve this, indexof has been updated to not include closing > as the HTML returned from the server now includes an attribute on that tag.
INC-183963 · Issue 673444
Corrected Close button accessibility label
Resolved in Pega Version 8.6.3
The screen reader was reading the Close button as 'Add Content. This has been corrected.