SR-B51452 · Issue 313427
Property Record localization added for Pega Marketing
Resolved in Pega Version 7.3.1
Localization has been added for Property Record Configuration text in the Pega Marketing application.
SR-B51454 · Issue 308481
Property Record localization added for Pega Marketing
Resolved in Pega Version 7.3.1
Localization has been added for Property Record Configuration text in the Pega Marketing application.
SR-B51457 · Issue 308537
Property Record localization added for Pega Marketing
Resolved in Pega Version 7.3.1
Localization has been added for Property Record Configuration text in the Pega Marketing application.
SR-B51459 · Issue 309108
Property Record localization added for Pega Marketing
Resolved in Pega Version 7.3.1
Localization has been added for Property Record Configuration text in the Pega Marketing application.
SR-B50776 · Issue 309362
Localization added to properties tooltips text
Resolved in Pega Version 7.3.1
Localization has been added to the tooltip text of tools.getLocalizedTextForString.
SR-B50776 · Issue 310014
Localization added to properties tooltips text
Resolved in Pega Version 7.3.1
Localization has been added to the tooltip text of tools.getLocalizedTextForString.
SR-B50776 · Issue 310006
Localization added to properties tooltips text
Resolved in Pega Version 7.3.1
Localization has been added to the tooltip text of tools.getLocalizedTextForString.
SR-B44052 · Issue 307007
Fixed onchange firing for nested grid autocomplete
Resolved in Pega Version 7.3.1
On change events were not firing as expected for autocomplete in a nested grid due to postvalue and 'refresh this section' actions not being properly invoked. This has been fixed by modifying the focushandler of autocomplete to be set to the value present on the UI.
SR-B66961 · Issue 315458
Performance improvements for multiple operators using the same application
Resolved in Pega Version 7.3.1
Performance delays were seen due to static content being processed per each user. This was an issue where each census survey performed by a different operator ID using one of two applications produced two gen_.js files. One was generated at login, the other on submit. Because the variables in pzClientApplicationData were not static for an application, the dynamic static content was being regenerated and created for different users but for the same application. To correct this, the confirm_harness_loaded and pega.d.pyUID properties have been made dynamic so the file will not be regenerated for same application/different user.
SR-B47223 · Issue 315460
Popup positioning logic updated for scrollbar presence
Resolved in Pega Version 7.3.1
Positioning logic errors were causing popups to not render at the expected position when a scrollbar existed. The APIs have been reworked to correct this.