SR-130216 · Issue 202688
AssignActions modified to correctly ResumeFlow from sub-user
Resolved in Pega Version 7.1.9
If two flow actions were defined on a particular assignment in a flow that used WHEN rules to affect visibility in a sub-user's workflow, ResumeFlow was not correctly picking up the flow after the sub-user performed an action and closed the workflow. This was caused by the AssignActions state persisting instead of repopulating and continuing the flow, and the RUF 'FindAssignment2' has been modified to handle this correctly.
SR-132494 · Issue 201073
Exposed 'style' parameters for Workbasket and Operator dropdowns
Resolved in Pega Version 7.1.9
The ShowAllOperators and WorkBasketGadget out-of-the-box controls defaulted to in-line styles even when alternate styles were provided. To correct this, 'style' is now an exposed parameter for both Workbasket and Operator dropdowns.
SR-132896 · Issue 202844
Added handling for customized flows using "different work item" subprocess
Resolved in Pega Version 7.1.9
After upgrade, customized flows using the "different work item" choice on the subprocess for calling work flow from embedded data page work objects generated the error "'On Another Work Item' was specified yet the same object was supplied." This was traced to a missing pzInsKey for this use case, and the LaunchFlow RUF has been updated to handle this customization.
SR-133048 · Issue 202946
Enhancement added to filter list of bulk processing operators
Resolved in Pega Version 7.1.9
When opening Case Manger portal > Open bulk Actions, selecting the Filter condition as 'Assigned To Operator' showed all operators in the autocomplete list. An enhancement has been added to create the extension activity 'pyGetListOfOperators' for RD which can be updated as per the user requirement to filter the list of operators to be shown in the Bulk Processing Search.
SR-133048 · Issue 202342
Enhancement added to filter list of bulk processing operators
Resolved in Pega Version 7.1.9
When opening Case Manger portal > Open bulk Actions, selecting the Filter condition as 'Assigned To Operator' showed all operators in the autocomplete list. An enhancement has been added to create the extension activity 'pyGetListOfOperators' for RD which can be updated as per the user requirement to filter the list of operators to be shown in the Bulk Processing Search.
SR-133545 · Issue 206691
Closed potential vulnerability in (deprecated) pyNote attach function
Resolved in Pega Version 7.1.9
In order to close a potential vulnerability with pyNote executing a script that is embedded in the note, the handling has been replaced with 'richtext'. However, while the Notes feature is still included in the system for backwards compatibility, please note that Notes has been deprecated and replaced by Pulse.
SR-123525 · Issue 186662
Added handling to maintain f ordered list styles in send correspondence
Resolved in Pega Version 7.1.9
In the send correspondence, if the ordered list format was selected and then deselected and again selected, then the bullet points or numbers appeared differently. Handling has been added to maintain the correct appearance through multiple changes.
SR-125651 · Issue 189974
Error icons and localization corrected for repeating tabs headers
Resolved in Pega Version 7.1.9
The error message indication was not appearing on the tab header of repeating tabs. In addition, the tooltip of that icon was not being correctly localized. These issues have been corrected.
SR-127915 · Issue 203511
Resolved NPE for URLEncryption in grids
Resolved in Pega Version 7.1.9
When URLEncryption is enabled in a grid scenario, the property reference was not generated as expected. In this scenario, the AjaxTrackID was not being passed from client to server due to it being a new harness load where normally a new AjaxTrackID would be created at the server end. To resolve this, the pzActionOpenURLInWindow API has been updated.
SR-128119 · Issue 202650
All localization errors displayed as expected
Resolved in Pega Version 7.1.9
When localization wizard generated errors during translations import, it only displayed one in the UI. This was an issue with the errors pagelist not being fully populated with values correctly in pzImportTranslations Activity, and has been resolved.