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.
INC-186466 · Issue 670291
Style selector workaround added for Internet Explorer 11
Resolved in Pega Version 8.6.2
When using UI-Kit 15.0.1 with Microsoft Internet Explorer 11, the responsive behavior of the left navigator was not working as expected, it was not possible to Customize/Style the File Path control completely, and the AutoComplete control and Date Time Controls had a blue border on hover/focus. This was traced to the styles not being correctly selected because they contained the selector "focus-within" which is not supported in this browser. This has been resolved by adding focus-within separately so Internet Explorer will ignore the selector.
INC-187378 · Issue 670549
Scrolling fixed for moving rows in tables
Resolved in Pega Version 8.6.2
After update from Pega 8.4 to Pega 8.6, attempting to move a row on the top to bottom was not working correctly due to the scroll being limited. Moving an item higher worked as expected. Investigation showed if the container format of the grid was None a condition was setting the scroll to top even if it was being scrolled down, and this has been resolved by getting the gridOffsetTop value from the closest table tag and increasing the setInterval time to achieve smooth scroll behavior.