SR-A75957 · Issue 250773
D_pyUserWorklist Code performance improvement
Resolved in Pega Version 7.2.2
The D_pyUserWorklist Code was not checking whether a worklist was empty or not and was doing a compare to get data. A check has been added to improve performance.
SR-A94113 · Issue 261063
D_pyUserWorklist Code performance improvement
Resolved in Pega Version 7.2.2
The D_pyUserWorklist Code was not checking whether a worklist was empty or not and was doing a compare to get data. A check has been added to improve performance.
SR-A77536 · Issue 256600
Error section in tab groups receives correct focus
Resolved in Pega Version 7.2.2
The displayFormErrors function of the Perform harness was not properly holding focus in sections having tab groups if accessibility was enabled; the focus would jump from error table to the first tab. This has been fixed.
SR-A20694 · Issue 256036
Added overlay modal dialog check in service intent
Resolved in Pega Version 7.2.2
The enter key press was not working as expected when searching for a new service intent. While another service intent was currently open, 'enter' jumped back to the open service intent. This has been corrected by adding a target check for an overlay modal dialog.
SR-A101069 · Issue 270616
Fixed dropdown issues when using Google Chrome
Resolved in Pega Version 7.2.2
The following issues were noted when using the Google Chrome browser: when selecting values from drop down in collapsible header, the section did not refresh according to selection; when the drop down was expanded, it loaded in front of collapsible header; when trying to select values which were within a collapsible header, the header became collapsed. These issues were due to the function expandHeader not being called in Google Chrome, and the function will now be called accordingly.
SR-A101069 · Issue 269981
Fixed dropdown issues when using Google Chrome
Resolved in Pega Version 7.2.2
The following issues were noted when using the Google Chrome browser: when selecting values from drop down in collapsible header, the section did not refresh according to selection; when the drop down was expanded, it loaded in front of collapsible header; when trying to select values which were within a collapsible header, the header became collapsed. These issues were due to the function expandHeader not being called in Google Chrome, and the function will now be called accordingly.
SR-A101069 · Issue 270595
Fixed dropdown issues when using Google Chrome
Resolved in Pega Version 7.2.2
The following issues were noted when using the Google Chrome browser: when selecting values from drop down in collapsible header, the section did not refresh according to selection; when the drop down was expanded, it loaded in front of collapsible header; when trying to select values which were within a collapsible header, the header became collapsed. These issues were due to the function expandHeader not being called in Google Chrome, and the function will now be called accordingly.
SR-A101027 · Issue 270450
Spellchecker call respects false setting
Resolved in Pega Version 7.2.2
The includeHeaderIcon method included spell checker scripts when the bIncludeSpellChecker parameter value was not equal to true. This has been fixed.
SR-A99523 · Issue 266451
LockInformation section uses field value label
Resolved in Pega Version 7.2.2
The label in pzLockInformation section was hard coded, causing the string "You have lost the lock! Please reopen the item to continue your work." to not have a field value. This has been changed to create a Field Value and use the same in the label.
SR-A21996 · Issue 249430
Timing logic updated for better BusyIndicator hide
Resolved in Pega Version 7.2.2
The logic for the performInsertCallback, loadAppendedRow, afterLoadRow, and editRowCallback functions has been improved to prevent a race condition that sometimes caused the busy indicator to not be correctly hidden on complicated repeat grids with many actions built on CPM.