INC-181158 · Issue 663160
Currency control method signature updated
Resolved in Pega Version 8.6.2
Saving a section with a hierarchal table that used a Currency Control resulted in the message "ERROR String locale = controlRuntimeUtilities.getCurrency(".Currency", tools);" This was traced to the handling of decimal and text type fields in the Currency Control, and has been resolved by updating the method signature.
INC-181389 · Issue 668677
Unused class reference removed from CaseActionArea
Resolved in Pega Version 8.6.2
The rule Work-.pyCaseActionArea in Theme-Cosmos was logging error messages related to "clipboard.InvalidParameterException: Class not defined in dictionary: PegaMKT-Work" when opened in Dev Studio. This was traced to a reference to the section "pyCaseActionArea" which was not present by default in PegaMKT-Work, and has been resolved by recreating the section "pyCaseActionArea" to remove the unused class reference.
INC-181453 · Issue 669284
Text errors corrected for Pega Knowledge portal editing tools
Resolved in Pega Version 8.6.2
The Pega Knowledge portal had two errors in the content creation menu: the word "Title" was not translated in the "add a link" pop-up, and there was a typo in the word "paragraph" in the text editor item format drop down menu. These have been corrected.
INC-181534 · Issue 663519
Information added for ckeditor plugin availability
Resolved in Pega Version 8.6.2
Documentation for adding external plugins to the rich text editor has been updated with additional information regarding available plugins for ckeditor.
INC-182868 · Issue 663830
Removed duplicate "Create" text label
Resolved in Pega Version 8.6.2
Expanding the Cosmos left navigation "Create" option showed duplicate "Create" text. This was caused by an unnecessary padding-right property in the left navigation label, and has been resolved.
INC-184311 · Issue 667269
Time value handling updated for IW locale
Resolved in Pega Version 8.6.2
The error -"0undefined/0undefinedundefinedundefinedundefinedundefined is not valid time of day value" appeared when using the 'IW' operator locale and the time field was changed. This was traced to a missed condition check for the IW locale while preparing the selected time value from the dateTimeFormatString, and has been resolved.
INC-184419 · Issue 669618
Checks added to prevent EditingMode null value
Resolved in Pega Version 8.6.2
When trying to open a section rule in developer portal in Pega Cloud, "Error" was displayed instead of the section details. Investigation showed the pyEditingMode property was present but did not have a value, and this has been resolved by adding checks to the UpgradeSequoiaGrid activity to ensure the pyEditingMode of "" does not invoke a data transform of that name.
INC-184443 · Issue 668436
Time value handling updated for IW locale
Resolved in Pega Version 8.6.2
The error -"0undefined/0undefinedundefinedundefinedundefinedundefined is not valid time of day value" appeared when using the 'IW' operator locale and the time field was changed. This was traced to a missed condition check for the IW locale while preparing the selected time value from the dateTimeFormatString, and has been resolved.
INC-185122 · Issue 670400
Able to create View in Cosmos React
Resolved in Pega Version 8.6.2
After creating a Cosmos react application and adding casetype, it was not possible to configure the view from the step in App Studio or Dev Studio or to create a section from Dev Studio. This was traced to the componentslist not finding some necessary components, and has been corrected.
INC-185847 · Issue 669525
Handling added for disabling weekends when no weekends are available
Resolved in Pega Version 8.6.2
A browser exception was generated while selecting the option “Disable weekends”. This was traced to a malformed array of weekends in a scenario where the Data-Admin-Calendar instance had all business days checked (i.e., no weekends). To resolve this, DatePickerAssembly and pzGenerateDatePicker have been updated to handle the case when there are no weekends available in the Data-Admin-Calendar instance.