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.
SR-A86473 · Issue 255275
GeneralFailDetails section updated to resolve character error
Resolved in Pega Version 7.2.2
The non-auto GeneralFailDetails section has been updated to fix an issue where the decodeCrossOSString java API was causing an 'unexpected character' error.
SR-A100367 · Issue 270660
Page copy works when previewing a rule
Resolved in Pega Version 7.2.2
The option to copy an existing page was not working when previewing a rule. This was caused by the page type and page name parameters not being included in the pyTempWorkPage used to create the request URL for the preview; this has been corrected.
SR-A70596 · Issue 259237
Property validation message does not include property ID and rule name
Resolved in Pega Version 7.2.2
The property ID and rule names were being displayed in inline error messages due to them not being generally localized. This has been resolved by adding Field values to replace the static string used to show error messages for all the components and updating the error message generation in all the functions.
SR-B2949 · Issue 272615
Property validation message does not include property ID and rule name
Resolved in Pega Version 7.2.2
The property ID and rule names were being displayed in inline error messages due to them not being generally localized. This has been resolved by adding Field values to replace the static string used to show error messages for all the components and updating the error message generation in all the functions.
SR-A100653 · Issue 270340
Recent list refreshes in portal
Resolved in Pega Version 7.2.2
The 'Recent' section in the portal should be updated whenever multiple work objects are opened such that clicking on each case brings it to the top. In some environments, the user scenario Recent List was not properly updating due to exceptions in the pzFindAndupdateElement model; that function has been updated to handle exceptions properly.
SR-A91682 · Issue 261408
Repeat grid properly refreshed with add icon when no rows to display
Resolved in Pega Version 7.2.2
The repeat grid was not getting refreshed when the add icon was clicked. Analysis showed that when "Do not display grid header when there are no rows to display" was checked in the repeat grid property panel presentation tab, the grid 'no results' div was placed outside of the grid content div. This caused removeGridNoResultsMsg to fail and the toggleGridStylesForNoResultsCase function was never called after loading the new row. To fix this, the pega_ui_grid JS removeGridNoResultsMsg function has been modified to call the toggleGridStylesForNoResultsCase function when bHideGridHdrWhenNoRows is true.
SR-A91682 · Issue 260252
Repeat grid properly refreshed with add icon when no rows to display
Resolved in Pega Version 7.2.2
The repeat grid was not getting refreshed when the add icon was clicked. Analysis showed that when "Do not display grid header when there are no rows to display" was checked in the repeat grid property panel presentation tab, the grid 'no results' div was placed outside of the grid content div. This caused removeGridNoResultsMsg to fail and the toggleGridStylesForNoResultsCase function was never called after loading the new row. To fix this, the pega_ui_grid JS removeGridNoResultsMsg function has been modified to call the toggleGridStylesForNoResultsCase function when bHideGridHdrWhenNoRows is true.
SR-A11347 · Issue 248539
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.