SR-A27796 · Issue 250774
Click of phone link preserves chart display
Resolved in Pega Version 7.2.2
A click on a "Telephone" link that generated a prompt for the user to allow access for launching an external application caused the charts used on the screen to disappear. To fix this, the pxFormatTelephone rule has been modified to add an onclick handler.
SR-A33704 · Issue 250630
Repeating grid refresh handling improved for mouse click location
Resolved in Pega Version 7.2.2
A numeric field in a repeating grid referenced by a Declare Expression with a "refresh on change" did not always persist the changed value on the clipboard. This was traced to a handling difference in the code where if the mouse was clicked somewhere outside the row being edited the section refreshed and the value reverted back to the previous value, but if the mouse was clicked within the row the value updated correctly. This has been fixed by updating the logic in isElementDirty to better consider number and decimal type controls.
SR-A22996 · Issue 250572
Logic updated for 'when' controlled edit modes in embedded sections
Resolved in Pega Version 7.2.2
Complex layers of 'when'-controlled edit modes were not being properly applied in embedded sections. For example, if the main section included another section and the read-only nature of the included section was controlled by a when rule and the included section went on to include another section that contained a Repeat Grid/ Row repeat, the edit mode of the parent was not considered when evaluating the edit mode of the child. This was an issue with the logic governing precedence considerations, and has been updated with additional checks.
SR-A22996 · Issue 252883
Logic updated for 'when' controlled edit modes in embedded sections
Resolved in Pega Version 7.2.2
Complex layers of 'when'-controlled edit modes were not being properly applied in embedded sections. For example, if the main section included another section and the read-only nature of the included section was controlled by a when rule and the included section went on to include another section that contained a Repeat Grid/ Row repeat, the edit mode of the parent was not considered when evaluating the edit mode of the child. This was an issue with the logic governing precedence considerations, and has been updated with additional checks.
SR-A22996 · Issue 248338
Logic updated for 'when' controlled edit modes in embedded sections
Resolved in Pega Version 7.2.2
Complex layers of 'when'-controlled edit modes were not being properly applied in embedded sections. For example, if the main section included another section and the read-only nature of the included section was controlled by a when rule and the included section went on to include another section that contained a Repeat Grid/ Row repeat, the edit mode of the parent was not considered when evaluating the edit mode of the child. This was an issue with the logic governing precedence considerations, and has been updated with additional checks.
SR-A62629 · Issue 250580
Improved format conversion handling added for Work Objects with custom date format
Resolved in Pega Version 7.2.2
Custom Date format was throwing an invalid date format error when trying to add an attachment to the Work Object if the read-only date format for one of the properties was given as DD-MMM-YYYY and it was displayed on the UI in the same format. In this issue, the entire form was submitted while uploading the file and the error occurred because the format was different from what the server was expecting. To resolve this issue, handling has been added to convert the date/time value to/from the expected format when interacting with the server.
SR-A23683 · Issue 247601
Error highlights fixed in tabbed navigation
Resolved in Pega Version 7.2.2
Due to a missing style call, the highlight on tabbed navigation was removed when errors occurred on that screen. This has been fixed.
SR-A17941 · Issue 249577
Resolved maximized RTE tab blanking
Resolved in Pega Version 7.2.2
If the Rich Text Editor was opened and maximized in a modal window tab using a dynamic container, navigating away and returning to the tab resulted in the RTE tab being blank. This was an issue with the resize function relating to Quirks mode, and a check has been added to resolve the problem.
SR-A17941 · Issue 249820
Resolved maximized RTE tab blanking
Resolved in Pega Version 7.2.2
If the Rich Text Editor was opened and maximized in a modal window tab using a dynamic container, navigating away and returning to the tab resulted in the RTE tab being blank. This was an issue with the resize function relating to Quirks mode, and a check has been added to resolve the problem.
SR-A24793 · Issue 252731
Expandable When parameter handling updated for repeating layouts
Resolved in Pega Version 7.2.2
In a dynamic layout, the "Expandable When" parameter was checking the first of the several "pxResults" pages but was not checking that condition for all the pxresults (pages). This was due to a situation where once the when condition evaluated to true, all the results below the when condition were not checked. The expanded parameter handling has been updated to correct this.