SR-A100106 · Issue 266744
Include from clipboard validation corrected
Resolved in Pega Version 7.2.2
An error was generated when attempting to save a section included via clipboard page due to the wrong page class being sent for the clipboard section. This has been fixed by setting the GetPageClass RUF to pick the proper page name while sending it for validation.
SR-A96679 · Issue 265658
Date/Time fixed for calendar icon selection using es_MX
Resolved in Pega Version 7.2.2
An the hour value was disappearing when attempting to select a date from the calendar icon when the locale was set to 'es_MX'. when we try to select a date from the calendar icon. To resolve this, the logic used when certain date formats are applied has been modified to avoid a race condition with the appendToDate function of calender_Util.js
SR-A91238 · Issue 259751
Radio button clicks improved for groups in repeat grids
Resolved in Pega Version 7.2.2
Clicking on radio button labels in a repeat grid layout resulted in a selection from the first row while clicking exactly on a radio button icon worked as expected. This was due to the IDs generated for radio buttons not being unique when a section has a radio group and that section is included inside a repeat grid. To fix this, radio button generation has been changed to generate unique IDs for the radio buttons and corresponding labels.
SR-A98277 · Issue 266104
JAWS reads modal dialog title and contents
Resolved in Pega Version 7.2.2
Clicking on the gear icon of a report launched the local actions correctly, but the title and the content inside the modal dialog were not read correctly by JAWS. This has been fixed by adding Accessibility settings for dynamic layouts and changing the free form layout to dynamic layout.
SR-A88104 · Issue 261509
Same work object opens in same tab
Resolved in Pega Version 7.2.2
Clicking on the Get Next Work button pulls an object from the worklists/workbaskets and displays the object in a new tab, but opening the same work object again did not replace the current tab but instead opened in another new tab. This was an issue with the harness, and has been fixed.
SR-A97704 · Issue 267809
Light Weight Auto-Complete cancel works for iPhone
Resolved in Pega Version 7.2.2
Clicking the Light weight Auto-Complete "Cancel" on iPhone was performing the action beneath the Cancel button instead of the expected return to the previous screen. The Cancel worked as intended on Android. This has been fixed with the addition of code in cancelSelection to increase the timeout so it will not close the modal dialog from which the autocomplete is launched.
SR-A95041 · Issue 265071
Collapsible harness containers retain background color
Resolved in Pega Version 7.2.2
Collapsible harness containers were losing background color due to a class name change that happened when the header was collapsed. This has been fixed.
SR-A95041 · Issue 264397
Collapsible harness containers retain background color
Resolved in Pega Version 7.2.2
Collapsible harness containers were losing background color due to a class name change that happened when the header was collapsed. This has been fixed.
SR-A39964 · Issue 259183
Corrected unexpected rounding of decimal property
Resolved in Pega Version 7.2.2
Decimal value was incorrectly being rounded in the control for a decimal property which has Use Validate in place. This happened when the edit validate rule on the property failed and was then formatted using Double instead of BigDecimal. This has been fixed by updating the pxNumber control generation logic in the pzGenerateTextInput RUF to use BigDecimal instead of Double.
SR-A39964 · Issue 265562
Corrected unexpected rounding of decimal property
Resolved in Pega Version 7.2.2
Decimal value was incorrectly being rounded in the control for a decimal property which has Use Validate in place. This happened when the edit validate rule on the property failed and was then formatted using Double instead of BigDecimal. This has been fixed by updating the pxNumber control generation logic in the pzGenerateTextInput RUF to use BigDecimal instead of Double.