SR-A20790 · Issue 239549
Refresh section works after spellcheck
Resolved in Pega Version 7.2.1
When using a radio button with section refresh and conditional layouts and an additional spell check icon, clicking on the spell check icon and then changing the radio button value did not refresh the section. Instead, the busy indicator symbol appeared and caused the system to hang. This was traced to a permission denied JS error occurring on the refresh section after spellcheck when the getListeners API tried to access an orphaned RTE body. This has been fixed.
SR-A20815 · Issue 242354
Resolved Chart Wizard crash
Resolved in Pega Version 7.2.1
Attempting to update the colors of a chart through the Chart Wizard caused a crash if the color picker icon was double-clicked instead of single-clicked. This was an issue with the clipboard page handling, and has been fixed.
SR-A20832 · Issue 239823
Fixed stateless SOAP timeout after upgrade
Resolved in Pega Version 7.2.1
After upgrade, stateless SOAP services were timing out. This was caused by lost values for the Max Active, Max Idle requestors count, and Max wait time in the service package. The configurations have been modified to retain these values.
SR-A20835 · Issue 239814
Resolved class cast exception for Administrator
Resolved in Pega Version 7.2.1
A class cast exception originating with StreamBuilderTools during logging a debug message caused an error when the Administrator account attempted to display records. This has been fixed.
SR-A20861 · Issue 240914
Value populating made consistent for cascading dropdowns
Resolved in Pega Version 7.2.1
Cascading drop downs sourced from large data pages were not consistent about populating the values. The issue was caused by variable synching, and has been fixed.
SR-A20974 · Issue 241074
Validation will not set errors for hidden fields
Resolved in Pega Version 7.2.1
Autocomplete was generating a hidden input for a property referred to in the Search results configuration and displaying it first when the validation checked the property entry handle, causing an error. Required validation has now been modified to not set errors on hidden fields.
SR-A20982 · Issue 243968
Repeat grid clipboard index fixed
Resolved in Pega Version 7.2.1
On deleting a row from the repeat grid and proceeding, the deleted row was reappearing due to the improper resetting of a clipboard index when a grid has multiple references. The indexing has been fixed.
SR-A21015 · Issue 239858
AddTime calendar logic updated
Resolved in Pega Version 7.2.1
An issue was found with the final output of using the AddTime function in a Business Calendar with Australian Time Zone to add the difference between GMT and Australian time. In the internal APIs being used by this function, whenever parameters to addTime() were given in such a way that the time to be subtracted was same as the difference between the time of a given input date, start time of a business day, it was considered that there was nothing to add to input time and hence incorrect result. The logic in the engine API, CalendarUtitlity.addTime() which is used in addTime() function, has been changed to correctly calculate the desired time.
SR-A21017 · Issue 239317
Parameter label mismatch corrected for import
Resolved in Pega Version 7.2.1
During upgrade, activities or functions which had Parameter type 'Double' were automatically converted to String data type upon Import into the target Environment even when the XML indicated DOUBLE. This was an issue with rendering the value in the UI: the pyLabel for double parameter type was "Double" not "DOUBLE" in the Data Transform rule pyLoadDataTypes, which didn't match. The activity has now been updated to use DOUBLE.
SR-A21040 · Issue 243518
Filter icon display corrected for Microsoft Internet Explorer11
Resolved in Pega Version 7.2.1
The filter icons were not properly vertically aligned when using Microsoft Internet Explorer 11. This was due to the parent of the filter icon element not having a height attribute read by this browser, and has been fixed.