INC-169866 · Issue 653549
View content type updated to FIELD
Resolved in Pega Version 8.6.1
After update table grids were not visible in the UI for some operators while other operators with the same access group were able to see the same table with the result rows. Investigation showed that the personalized view stored in 8.1.x did not have a content type set, causing all of the columns to be hidden after update to 8.4+ due to the personal view not matching with the design time view. To resolve this, the content type has been updated to FIELD for views.
INC-170258 · Issue 645041
Removed unneeded query parameter in UI
Resolved in Pega Version 8.6.1
When using an Ajax container without a dynamic container, a refresh harness / section event call related to pyBlockUnregisteredRequests was not being properly registered, resulting in a 403 error and the message "Unregistered request encountered ..". This was traced to a "pyDataTransform=" query parameter that was present in the PZPEGA_UI_MICRODC file, and the parameter has been removed to resolve this issue.
INC-171121 · Issue 648132
Filter popup persists correctly
Resolved in Pega Version 8.6.1
When the Apply filter option was selected for a table configured with a page list property as source, the filter popup appeared on the screen but disappeared after 3 to 4 seconds. This has been resolved by enabling the stretch for tabs option in the layout group.
INC-171352 · Issue 653692
Focus set correctly on the modal window in theme-Cosmos
Resolved in Pega Version 8.6.1
In theme-Cosmos with touch enabled, clicking on a button to open a modal window set the focus on the background instead of in the modal window, forcing tabbing through the full page to reach the modal window. This was traced to the templates not using the pzModalCancel control which has the necessary container_close for the modal dialog close icon, and has been resolved by adding a check to set the focus correctly.
INC-172178 · Issue 655022
TransID updated to trim spaces
Resolved in Pega Version 8.6.1
While preparing newTransID from a response, special characters slipped into "newTransID" param value and generated an error. This has been resolved by updating the system to trim spaces from newTransID.
INC-172483 · Issue 651709
Filtering updated for UI markup
Resolved in Pega Version 8.6.1
Filtering has been added to the UI code to preserve the browser display appearance but remove inappropriate or potentially insecure markup.
INC-172521 · Issue 651552
Email template content visible in user application
Resolved in Pega Version 8.6.1
An issue was seen with email templates functionality where the body content given during the email template creation was not visible when the template was used in the application by an end user. This was a missed use case for recent security updates, and has been resolved.
INC-173238 · Issue 656505
Restored missing API call for icon navigation
Resolved in Pega Version 8.6.1
After logging in and searching for a bond, navigating to the home page without clearing the search string from the bond screen resulted in a pop-up warning to remove unsaved changes. Clicking on OK and then attempting to click on the list index number available below the table resulted in an error. Investigation showed pzCTkn was missing for the API calls triggered by clicking on the icon; this has been resolved by updating the pega_yui_connection.js file.
INC-173345 · Issue 655039
Check added for empty geolocation values
Resolved in Pega Version 8.6.1
Latency issues were traced to Geolocation-related errors in the log files. To improve performance, changes have been added to check for empty pyLatitude and pyLongitude before adding in the postdata of an async request.
INC-173382 · Issue 653443
Security update for previews
Resolved in Pega Version 8.6.1
Security updates have been made around the sanitizing of preview streams.