SR-A2769 · Issue 210399
Tab Group Refresh Issues with Visible condition corrected
Resolved in Pega Version 7.2
When Refreshing a section that has a tab group layout and an "on change" event associated with a Dropdown control of a field on a different section, the tab layout exhibited inconsistent and unexpected behavior including the absence of the refresh in some cases. This was a missing use case in the implementation of the requirement to show/hide the tabs conditionally based on the selection in the Dropdown that is associated with the "on change" event that triggers the refresh of the tab group section, and has been resolved.
SR-A5211 · Issue 215494
Timezone conversion corrected in repeating grids with date inner section lists
Resolved in Pega Version 7.2
An error in converting the GMT date to the current time zone in FormatDateTime RUF caused inconsistencies in filtering dates for repeating grids using a date inner section list. This has been corrected.
SR-A4025 · Issue 209767
Tooltip configuration support added for pxDateTime
Resolved in Pega Version 7.2
An enhancement has been added to allow the configuration of a Tooltip for a date/date time field which uses pxDateTime control.
SR-A4025 · Issue 203908
Tooltip configuration support added for pxDateTime
Resolved in Pega Version 7.2
An enhancement has been added to allow the configuration of a Tooltip for a date/date time field which uses pxDateTime control.
SR-A5912 · Issue 214300
Updated API called for deprecated Icon control
Resolved in Pega Version 7.2
In some cases, the When rule was not evaluating correctly in the deprecated Icon control. The root cause of the issue was the version of the API being called, and this has been updated to allow the function to complete properly.
SR-A5912 · Issue 214561
Updated API called for deprecated Icon control
Resolved in Pega Version 7.2
In some cases, the When rule was not evaluating correctly in the deprecated Icon control. The root cause of the issue was the version of the API being called, and this has been updated to allow the function to complete properly.
SR-A2677 · Issue 213336
Updated autocomplete to accept shift-key characters
Resolved in Pega Version 7.2
The autocomplete function was not correctly incorporating keystroke combinations that required the shift key, such as '_' when showing results. This has been fixed.
SR-A4648 · Issue 211547
Updated autocomplete to accept shift-key characters
Resolved in Pega Version 7.2
The autocomplete function was not correctly incorporating keystroke combinations that required the shift key, such as '_' when showing results. This has been fixed.
SR-A6168 · Issue 217424
Updated encoding for "&" in dropdowns using defer load
Resolved in Pega Version 7.2
In case of dropdowns with defer load, options having "&" were being double-encoded and displayed as '&'. The API has been updated to correctly handle the special character.
SR-A6815 · Issue 216299
Updated error message display for local actions
Resolved in Pega Version 7.2
Validation errors present at the harness level on the screen were being cleared with a click on the actions button. This was due to a page context error, and has been corrected.