SR-B5396 · Issue 274982
Fixed Validate rule save clearing Required checkbox
Resolved in Pega Version 7.2.2
After clicking the Required check box in the Add conditions to the right of the property in a Validate rule and then saving, clicking on the Save a second time resulted in the Required check box being cleared. This was traced to an error in fetching the pyRequired value, and a check has been added to ensure Required values are properly carried.
SR-A97265 · Issue 266836
Enhanced WAI-enabled button controls
Resolved in Pega Version 7.2.2
After deploying PegaWAI on a 508 application, the "Select" button appeared next to some date time controls but not others. The same happened in the dropdowns. There was also a focus issue after selecting a date. To correct this, the button control in PegaWAI.Dropdown and DateTime control has been enhanced to support configurable confirmation button labels.
SR-A97856 · Issue 270056
Pagemashup window resize error fixed
Resolved in Pega Version 7.2.2
After exposing a case by using Page Mashup(i.e. IAC), launching the IAC gadget in a window and then resizing the window led to the window not being responsive until it was manually refreshed. This was traced to the iframe using a fixed width, and has been resolved by updating the resize function.
SR-A29671 · Issue 259238
Remnant HTML encoding removed from work tab displays
Resolved in Pega Version 7.2.2
After relogging in as administrator, opening a work item such as a operator ID that contained special characters was displaying the special '&' etc. characters in the tab and tooltip. This was traced to HTML special character references in the workarea tab headers, and the handleGadgetLoad function has been updated to correctly decode the text from the URL format.
SR-A96337 · Issue 262675
Remnant HTML encoding removed from work tab displays
Resolved in Pega Version 7.2.2
After relogging in as administrator, opening a work item such as a operator ID that contained special characters was displaying the special '&' etc. characters in the tab and tooltip. This was traced to HTML special character references in the workarea tab headers, and the handleGadgetLoad function has been updated to correctly decode the text from the URL format.
SR-A69953 · Issue 251547
Support restored for date fields with double quotes
Resolved in Pega Version 7.2.2
After upgrade, a date field format using "double quotes" generated a test compilation error and it was not possible to save the section. This format was previously supported and remained in the documentation as an option, but the function to trim the quotes was left out of the code by error. This has been fixed.
SR-A90551 · Issue 258592
Support restored for date fields with double quotes
Resolved in Pega Version 7.2.2
After upgrade, a date field format using "double quotes" generated a test compilation error and it was not possible to save the section. This format was previously supported and remained in the documentation as an option, but the function to trim the quotes was left out of the code by error. This has been fixed.
SR-A99742 · Issue 266172
Refresh section works on first click
Resolved in Pega Version 7.2.2
After upgrade, a refresh section was not invoking when a radio button was clicked for the first time. A second click generated the refresh as expected. This was due to a JS error caused by an invalid method of accessing the first element, and has been fixed.
SR-A94142 · Issue 263214
Check added to handle submitModal button use
Resolved in Pega Version 7.2.2
After upgrade, running a script under the actions tab of a button was not working as expected though the standalone run did work. This has been fixed with the addition of a check to differentiate between a pzModalButton and a normal button.
SR-A64729 · Issue 250894
Column header alignment fixed for grids
Resolved in Pega Version 7.2.2
An alignment markup difference between tree-grids and grids led to different behaviors in the CSS when a new column was added as the first column to the Pega provided out-of-the-box TreeGrid Layout. This has been fixed.