SR-A100693 · Issue 270076
Checkboxes retain context in Repeating Dynamic Layouts
Resolved in Pega Version 7.2.2
Issues were found with properties in Repeating Dynamic Layouts that lose their context based on user interaction and out-of-the-box configuration, most notably with Checkboxes. On checkboxes the action does not need to trigger a refresh, yet the UI for the checkbox HTML is was refreshed even when it should not be. In order to fix this issue, changes have been made to the initiatePost() method in "pzpega_ui_events" file to ensure the "RepeatDynamicIndex" param is sent to the server and generates the ID on the checkbox as expected. Note: This fix will work only for checkboxes in RDL only and only for "post value" action.
SR-A100725 · Issue 270058
Checkboxes retain context in Repeating Dynamic Layouts
Resolved in Pega Version 7.2.2
Issues were found with properties in Repeating Dynamic Layouts that lose their context based on user interaction and out-of-the-box configuration, most notably with Checkboxes. On checkboxes the action does not need to trigger a refresh, yet the UI for the checkbox HTML is was refreshed even when it should not be. In order to fix this issue, changes have been made to the initiatePost() method in "pzpega_ui_events" file to ensure the "RepeatDynamicIndex" param is sent to the server and generates the ID on the checkbox as expected. Note: This fix will work only for checkboxes in RDL only and only for "post value" action.
SR-A93553 · Issue 263954
Filtering for duplicate rules added to localization wizard
Resolved in Pega Version 7.2.2
It was observed that some duplicate or even triplicate rules were appearing after running the Spanish language localization wizard. In order to prevent this, the localization wizard logic has been updated to filter duplicates based on their pzInsKeys.
SR-A69787 · Issue 253568
DSS added to allow validation to be disabled if Edit-input is configured
Resolved in Pega Version 7.2.2
Japan has a special date format based upon the year of accession of the emperor. An Edit Input rule that converts that format into standard Gregorian format and applied it to a date property worked as expected, but when the initial client validation fired and generated an error on the text field, the Edit input also fired and converted the text as per the required format. At this point the refresh condition occurred, which again resulted in firing the client validation and removing the error. In order to prevent client validation when an Edit Input is likely to alter the contents, a Dynamic System Setting has been added. Based on the value of this DSS, validation can be disabled for all the fields where Edit-input is configured.
SR-A76026 · Issue 251909
Localization extended for GeneralFailDetails
Resolved in Pega Version 7.2.2
Localization has been added to "GeneralFailDetails" to allow translation of the error messages from HarnessFailTop and HarnessFailDetails.
SR-A76624 · Issue 252791
Localization extended for GeneralFailDetails
Resolved in Pega Version 7.2.2
Localization has been added to "GeneralFailDetails" to allow translation of the error messages from HarnessFailTop and HarnessFailDetails.
SR-A99076 · Issue 265225
Localization added to pzManageRecords section
Resolved in Pega Version 7.2.2
Localization has been added to pzDataTypeOverview Section, pzDataTypeOverview harness, and pzManageRecords.
SR-A87643 · Issue 256839
Attachment section in case audit localized
Resolved in Pega Version 7.2.2
Localization has been added to the attachment section in case audit.
SR-A88035 · Issue 257024
Localization added for 'Close All' functions for multiple tab views
Resolved in Pega Version 7.2.2
Localization has been added to the 'Close All' menu item and tooltip that appear when multiple tabs are present, using the new field value pyMessageLabel.
SR-A96924 · Issue 270078
Enable browser cookies message appears as expected
Resolved in Pega Version 7.2.2
Mashup code while running on a browser with cookies disabled was not working as expected. The logic to find the whether the cookie is enabled or disabled has been improved, and if the cookie is disabled mashup will correctly prompt the message to enable it.