INC-167747 · Issue 649656
PDF generation corrected
Resolved in Pega Version 8.5.4
Issues with PDF generation have been resolved by upgrading the PD4ML libraries to version 4.0.9fx5.
INC-168414 · Issue 641035
Web Mashup works from nested iframe
Resolved in Pega Version 8.5.4
Web Mashup was failing with the error "Browser cookies must be enabled for PRPC Internet Application Composer to function" when it was configured within a nested iframe setup. This has been resolved by adding a cookie check and the appropriate handling for this usecase.
INC-168426 · Issue 648090
Corrected popup placement
Resolved in Pega Version 8.5.4
SmartInfoContainer element top and left dynamic values were incorrectly calculated for popups. This was caused by the Cosmos application style overriding the platform style, and has been resolved by removing the Cosmos styling and using platform CSS for the tooltips and guided tour elements.
INC-168695 · Issue 643016
String conversion logic updated for toFixed function
Resolved in Pega Version 8.5.4
The toFixed function of pzpega_ui_formatNumber.js was incorrectly converting a string while formatting the value. This potentially caused the UI to hang until manually refreshed. To resolve this, the logic has been updated to convert the string to a number before calling toFixed().
INC-169012 · Issue 651255
VMWare workspace One Mobile support added
Resolved in Pega Version 8.5.4
Support has been added for the VMWare workspace One Mobile app by updating the BrowserUtilsRuntime file to add the necessary user agent.
INC-169796 · Issue 649262
Null check added for pyModes setting
Resolved in Pega Version 8.5.4
The column filtering function was not working after upgrade from Pega 8.1 to Pega 8.5. This was traced to pyModes being set as null for page group properties, and has been resolved by adding a null check before adding the type to avoid getting an improper result from the Formatter Rule-Utility-Function.
INC-170258 · Issue 645042
Removed unneeded query parameter in UI
Resolved in Pega Version 8.5.4
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-170304 · Issue 645810
PDF generation corrected
Resolved in Pega Version 8.5.4
Issues with PDF generation have been resolved by upgrading the PD4ML libraries to version 4.0.9fx5.
INC-171121 · Issue 648131
Filter popup persists correctly
Resolved in Pega Version 8.5.4
When the Apply filter option was selected for a table configured with 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-172521 · Issue 651551
Email template content visible in user application
Resolved in Pega Version 8.5.4
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.