SR-A12357 · Issue 231872
Corrected error handling logic when using KeepMessages
Resolved in Pega Version 7.2.1
Actions such as PostValue, RunActivity, Run DataTransform, and ShowMenu were clearing the error messages on the client even when the KeepMessages flag was set. There was also a clearing mismatch that left the error messages in the table even though the messages were cleared on the client. This happened when there was a click on a check box that "posts" value or when moving from one tab to another in tabbed layout with "refresh when active" enabled. This was an issue with the error handling logic for those functions and has been corrected.
SR-A12464 · Issue 225916
Property Reference cache handing modified
Resolved in Pega Version 7.2.1
An issue with the property reference cache growing irrespective of the Cache Pruning threshold was traced to the omission of logic to handle references accessed via entry handles. This logic has been added. In addition, PropertyReferencePoolImpl has been modified with a new prconfig setting "cache/propertyreferencepool/enable" which defaults to true. This can be explicitly set to false to disable the pool.
SR-A12485 · Issue 227341
Improved validation error reporting for duplicate radio buttons
Resolved in Pega Version 7.2.1
The label of the radio buttons which contained a required field were not turning red when a validation error occurred if there were multiple radio buttons in the section configured with the same property name. Even though the other radio buttons were hidden by a visible 'when' condition, the label error was applied to the first instance of the radio button which contained the same name. To resolve this, the rule 'pega_validators.js' has been changed to check for duplicate radio buttons and identify the closest label to the field in the label.
SR-A12544 · Issue 230235
Error Header and Button Footer scrolling fixed
Resolved in Pega Version 7.2.1
Error Header and Button Footer scrolling was corrupted due to an absolute positioning error in the harness. This has been corrected.
SR-A12708 · Issue 228601
Resolved JS exception after editing data-bound grids
Resolved in Pega Version 7.2.1
On expand of row, a 'Rule not found' exception was thrown when a data-bound grid had a row added in the middle and then deleted. This was caused by the improper updating of the ID handles making the grid object look stale, and has been fixed.
SR-A12708 · Issue 231848
Resolved JS exception after editing data-bound grids
Resolved in Pega Version 7.2.1
On expand of row, a 'Rule not found' exception was thrown when a data-bound grid had a row added in the middle and then deleted. This was caused by the improper updating of the ID handles making the grid object look stale, and has been fixed.
SR-A12775 · Issue 236646
ChangePassword screen now allows custom messages
Resolved in Pega Version 7.2.1
The pzChangePassword activity has been enhanced to allow customizing the change password screen
SR-A12980 · Issue 227344
Added dropdown to select applications for new requirements
Resolved in Pega Version 7.2.1
A dropdown has been added to the Requirements screen to display the existing applications for the current user when creating new requirements.
SR-A13063 · Issue 227020
Autocomplete handles parameters with special characters
Resolved in Pega Version 7.2.1
Auto-complete was not properly handling filtering values containing apostrophes or other special characters. This has been fixed.
SR-A13115 · Issue 224892
Corrected sizing collapsed grid height to content
Resolved in Pega Version 7.2.1
A Repeating Grid using Progressive pagination and "Size grid height to content" with a configured number of rows to be shown without expansion was not accurately sized down when the content was below the display number. The function to adjust height of progressive grid has been fixed to display the content as expected.