SR-A19172 · Issue 236714
Managed unique constraint violation error for BIX
Resolved in Pega Version 7.2.1
When running multiple extracts using agents and pxExtractDataWithArgs at the same time, a unique constraint violation error was produced in the logs. This occurred when the extracts had the same time stamp down to the millisecond and an entry is added to the pr_log table when each extract starts. The pzInsKey for two extracts that run at the same time was identical, thus leading to this error. To resolve this, the thread name will be appended when the extract is run from an activity.
SR-A19181 · Issue 240871
dropdown menu item names correctly persist after click
Resolved in Pega Version 7.2.1
Once a dropdown was selected from a number of menus in the user portal, the name of the clicked menu disappeared upon recheck. The API has been updated to read the tooltip from the icon element if it is not already present.
SR-A19219 · Issue 237911
RACache performance improved
Resolved in Pega Version 7.2.1
Pega0005 alerts were appearing during system startup, and queries were taking an excessive amount of time. Bind variables are now used in the RACache loading query at server start up to improve performance.
SR-A19242 · Issue 235997
Default team label localized in MyTeams screen
Resolved in Pega Version 7.2.1
Localization has been added to the default team label in the My Teams screen.
SR-A19249 · Issue 238895
Edit validate rule fires properly
Resolved in Pega Version 7.2.1
When submitting a flow action, the edit validate rule would catch properly catch and report an error, but the the same error submitted a second time did not fail. This has been corrected.
SR-A19281 · Issue 235998
Dialogue handling updated for WS-Security Profile password
Resolved in Pega Version 7.2.1
The presentation format for the password field of the WS-Security Profile outflow page has been changed to no longer display the password in the clear in any resulting dialogue.
SR-A19287 · Issue 240328
Static value ProgressBar corrected
Resolved in Pega Version 7.2.1
Using the pzProgressBar control to display integer value on the UI screen was not working after upgrade if the progress bar was bound to a static value and not a update activity. This was caused by a Boolean parameter and an integer parameter to the control being passed as a string, and has been fixed.
SR-A19297 · Issue 237347
Added ability to set custom HTTP security headers
Resolved in Pega Version 7.2.1
XSS protections were interfering with the ability to set custom HTTP headers. To enable this, the system will use dynamic system settings from http/responseHeaders and add them to every HTTP response.
SR-A19336 · Issue 237165
Fixed always red state for pxDeadlineTime
Resolved in Pega Version 7.2.1
An error in the section Assign-pxDeadlineTime in UI-Kit-7 caused the time to always show up in red when that control was used. The two Date Time properties in the section have custom formatting specified under Advanced Presentation Options in Presentation tab, but this was being masked by the Custom CSS Class specified on the Dynamic Layout presentation. This has been fixed.
SR-A19341 · Issue 242249
Resolved null value entered by tabbing in date field
Resolved in Pega Version 7.2.1
Tabbing in and out of a date/time field without entering a value caused an null value to appear when a value was then selected from a calendar and the tab key was hit. This was caused by a 'done' setting not being properly attached to an empty field, and has been fixed.