SR-A77395 · Issue 255085
DB2 external mapping values used for filtering
Resolved in Pega Version 7.2.2
When using the "External Mapping" feature in a class to map column names to different property names in DB2, the filter conditions in a report definition rule either generated incorrect SQL in the report viewer for "Select Values" or the error "There was a problem getting a list" appeared. This error was caused by the SQL query using the property name instead of the column name, leading to external mapping for the properties not being considered. The pzGetAvailableValues activity has been modified to get the correct column name based on external mapping.
SR-A82991 · Issue 259783
Dropdown control OnChange fires correctly multiple times
Resolved in Pega Version 7.2.2
A dropdown control was not working properly when attempting to fire an ONCHANGE event a second time and the value of the property was not getting posted properly. This was an issue with duplicate loading of the evaldomscript JavaScript from ListView Header, and has been fixed.
SR-A98273 · Issue 264800
JAWS reads Case Manager list of reports
Resolved in Pega Version 7.2.2
A missing tooltip for the icons was causing JAWS to read a list of reports in the Case Manager as blank. This has been fixed.
SR-A93395 · Issue 264801
XSS vulnerability closed in DynamicSelect_variables
Resolved in Pega Version 7.2.2
A potential XSS vulnerability has been addressed in DynamicSelect_variables.
SR-A92650 · Issue 261241
PackageRuntime error resolved
Resolved in Pega Version 7.2.2
A pzPackageRuntime error when saving instance of custom rule was traced to the variable not being in the scope. This has been addressed.
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.