SR-B33329 · Issue 293599
Red error highlight fixed for label text
Resolved in Pega Version 7.3
The skins error format used to highlight the Label Text in red was not working due to an error in the generation of dynamic layout. This has been corrected.
SR-B33387 · Issue 298483
Incorporated synchronized timestamp function for addWarning
Resolved in Pega Version 7.3
When the pxWarningCreatedDateTime was the same for two warnings with the same pxWarningName, one of the warnings was not getting justified. To fix this, the addWarning function will use the synchronized timestamp function getCurrentDateTimeUnique() to generate the created time.
SR-B33629 · Issue 291139
Tabbing results corrected for main screen search field
Resolved in Pega Version 7.3
Hitting Tab on the Search fields of the Main screen was sending the focus first to the Search icon and then to the search field, the opposite of what was expected. This was an error in the icon placement in the UI kit, and has been fixed by moving the position of the search to extreme right in the dynamic layout
SR-B33678 · Issue 292086
Bulk process with only 'case type any' properly assigns all processes
Resolved in Pega Version 7.3
When using Bulk Process with "Bulk Process in Background" checked and only the filter 'Case type is any', only the first process was getting assigned to the operator. This was due to the agent name not being properly set while populating the queue with this filter, and has been corrected.
SR-B33678 · Issue 292524
Bulk process with only 'case type any' properly assigns all processes
Resolved in Pega Version 7.3
When using Bulk Process with "Bulk Process in Background" checked and only the filter 'Case type is any', only the first process was getting assigned to the operator. This was due to the agent name not being properly set while populating the queue with this filter, and has been corrected.
SR-B33756 · Issue 296571
Updated logic check for property panel invalid actions
Resolved in Pega Version 7.3
Configuring invalid actions on the events & actions property panel was not triggering the validation messages when submitted, saved, and checked-in. When the action was re-opened, no changes were saved. This was due to a segment of code called on load of the property panel that remained for backwards compatibility but should not have been called in this scenario. This has been fixed by adding a check at the top of this activity for messages/errors which will route the logic appropriately.
SR-B33827 · Issue 292793
XSS filter added to pxTextAbridge to correct stray characters
Resolved in Pega Version 7.3
pxTextAbridge was not working properly. If the "> characters were used, e.g., Sample Text "> Test, this will be displayed as " Test">Sample Text "> Test". This was caused by text that was passed to pxTextAbridge control's property getting incorrectly to the title attribute, and has been resolved with the addition of a cross scripting filter for title and property value.
SR-B33962 · Issue 291929
Overview rendering enhanced for multiple subcases
Resolved in Pega Version 7.3
When a case was created with two subcases, assignment of one of the subcases was not getting rendered in the overview section. This was caused by the pzLoadNestedCasesForClass checking contains on pyID and has been resolved by changing the function to check on pzInsKey. Also in step 5.4, the appending of pyID has been changed to pzInsKey.
SR-B34155 · Issue 292233
Custom attributes fixed for case manager portal
Resolved in Pega Version 7.3
Custom attribute changes in the skin were not being reflected in the case manager portal due to the mapping of a cached value to the wrong key. This has been corrected.
SR-B34165 · Issue 296905
Accessibility improved for grid icons in Firefox
Resolved in Pega Version 7.3
The Sort and Filter icons in a grid were not being read properly when using Accessibility with Firefox. This has been fixed.