SR-A7828 · Issue 216728
Localization added for pyCaption in "CascadingGetApproval"
Resolved in Pega Version 7.2
The out-of-the-box flow "pyCascadingGetApproval" was not localizing the pyInstruction property reference which is displayed in the review harness and action header. Localization has now been added for the field label pyCaption.
SR-A2750 · Issue 211790
Made custom ruleset versions available when saving custom rule types
Resolved in Pega Version 7.2
When trying to save certain rules, users were getting a limited number of rulesets even though there were unlocked versions. Specifically, this issue occurred for custom rule types. The rulesets available were not the same as when non-custom rule types were utilized. This has been resolved by adding the class of custom rule type for required rulesets so that all required rulesets will appear in the dropdown.
SR-A5634 · Issue 214504
Manager Portal maintains clipboard Application Page
Resolved in Pega Version 7.2
The Application Page on the clipboard was being removed when the Manager Portal was launched, causing any function references to the application page to not be properly executed. This was traced to an activity that was calling an outdated bulk processing harness, and that activity has been updated to use the proper current version.
SR-A6880 · Issue 217952
Mobile browser change to handle double-click event configs
Resolved in Pega Version 7.2
A Work Object mapped to calendar was not opening when single clicked or double clicked using the Safari browser on an iPad. This was a problem with double-click being configured on the event, which does not work on a mobile browser. This has been fixed by adding a smart prompt to the mouse-over for desktop versions, and a configuration change that allows a single click / tap to open the work object on all types of devices.
SR-A6880 · Issue 217953
Mobile browser change to handle double-click event configs
Resolved in Pega Version 7.2
A Work Object mapped to calendar was not opening when single clicked or double clicked using the Safari browser on an iPad. This was a problem with double-click being configured on the event, which does not work on a mobile browser. This has been fixed by adding a smart prompt to the mouse-over for desktop versions, and a configuration change that allows a single click / tap to open the work object on all types of devices.
SR-A6315 · Issue 215955
Parameters passed correctly by Data Transforms called on a Connector
Resolved in Pega Version 7.2
Data Transforms called on a Connector rule of a flow in Data- or Int- classes (other than work classes) set on the design tab were not passing parameters even when input parameters were defined in the data transform. This was caused by an error where the classname was not being taken from pyClassName and passed to the section pzRuleCallParams, and has been corrected.
SR-A5507 · Issue 213294
pc_link_attachment properly populates the pxCreateOpName column
Resolved in Pega Version 7.2
Resaved activities which use Link-Objects method and java steps to create a link page have been updated to properly populate and store values for the pxCreateOpName column that originate from Link-Attachment tables.
SR-A7188 · Issue 215492
pzShowConflicts message localized
Resolved in Pega Version 7.2
Localization has been added for pzShowConflicts by adding the configurable field "pyMessageLabel.ShowConflictMessage".
SR-133255 · Issue 204955
Resolved NPE caused by outbound email call after wait shape
Resolved in Pega Version 7.2
After a wait shape, a NullPointerException was thrown when a work item was moved to the problem flow after a call to send an outbound email. Changes have been made to the "ProcessIndividualDepAssignment" activity and "FlowProblems" flow to correct this issue.
SR-A6363 · Issue 216182
Resolved Where AM I issue when there is flow on embedded page
Resolved in Pega Version 7.2
Clicking on the "Where Am I?" option when there was a subprocess defined on embedded page in a flow failed to display anything on screen and an error was logged. This was caused by the obj-open referring to the wrong flow class value, and has been corrected.