SR-A21996 · Issue 252071
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.
SR-A18600 · Issue 247670
ErrorShade class added to customize message border
Resolved in Pega Version 7.2.2
The pzGenerateTextInput function has been enhanced with the class "ErrorShade", which allows for customization of the border color of the message when displaying server side errors.
SR-A18600 · Issue 249613
ErrorShade class added to customize message border
Resolved in Pega Version 7.2.2
The pzGenerateTextInput function has been enhanced with the class "ErrorShade", which allows for customization of the border color of the message when displaying server side errors.
SR-A18600 · Issue 249162
ErrorShade class added to customize message border
Resolved in Pega Version 7.2.2
The pzGenerateTextInput function has been enhanced with the class "ErrorShade", which allows for customization of the border color of the message when displaying server side errors.
SR-A18600 · Issue 249163
ErrorShade class added to customize message border
Resolved in Pega Version 7.2.2
The pzGenerateTextInput function has been enhanced with the class "ErrorShade", which allows for customization of the border color of the message when displaying server side errors.
SR-A18600 · Issue 250181
ErrorShade class added to customize message border
Resolved in Pega Version 7.2.2
The pzGenerateTextInput function has been enhanced with the class "ErrorShade", which allows for customization of the border color of the message when displaying server side errors.
SR-A18600 · Issue 249161
ErrorShade class added to customize message border
Resolved in Pega Version 7.2.2
The pzGenerateTextInput function has been enhanced with the class "ErrorShade", which allows for customization of the border color of the message when displaying server side errors.
SR-A18600 · Issue 250180
ErrorShade class added to customize message border
Resolved in Pega Version 7.2.2
The pzGenerateTextInput function has been enhanced with the class "ErrorShade", which allows for customization of the border color of the message when displaying server side errors.
SR-A20539 · Issue 244590
Refresh condition rendering fixed for pyCaseManager7 Harness
Resolved in Pega Version 7.2.2
The Refresh Condition for pyPortalContent in pyCaseManager7 harness was not rendering Case Manager properly even when the Refresh Condition for pyPortalHeader and pyPortalNav worked as expected. This was an issue with the Screen Layout iframe height being set to 150px when size to content was unselected, and has been fixed with an added style in pzbase-div-layouts.CSS to consider CT div while setting height to 100%.
SR-A11347 · Issue 250646
Updated authorization logic for Stream Assembly
Resolved in Pega Version 7.2.2
Triggering stream assembly was resulting in an "unauthorized"or "rule not found" exception relating to the rule existence validation code executed in the pzValidationSections RUF. This has been resolved with the addition of logic to the Stream Assembly function that runs a validation check for database authorization before opening the activity.