INC-200936 · Issue 703344
SFTP support added to ValidateURL rule
Resolved in Pega Version 8.7.2
SFTP has been added to the list of schemes which are accepted as part of the validation in the pxValidateURL rule.
INC-204349 · Issue 704562
Updated check for portal name with search
Resolved in Pega Version 8.7.2
After update, using search from a Cosmos portal landing page launched the results in a new tab, and the logoff menu did not show which portal was being used. This has been resolved by updating the 'when' rule to check if pxThread.pxPortal contains the portal name rather that testing for equality.
INC-205269 · Issue 703386
Updated key even handling for lazyDeferLoad
Resolved in Pega Version 8.7.2
Upon rendering, the timeline was very responsive for few seconds. After scrolling or sliding the timeline, it slowed and the top and bottom events were not aligning properly. In addition, pressing enter on the expandable section with the timeline control did not render any events. This was traced to pzpega_ui_doc_lazyDeferLoad having a click handler which would successfully load the data but missing an event handler for the enter key to load the timeline data on expand. This has been resolved by adding an enter event for defer load container to allow the expand and collapse of container header.
INC-205394 · Issue 706790
Hidden subprocess steps highlighted in screen flow navigation
Resolved in Pega Version 8.7.2
When a subflow was used as a last step within a screenflow and the subflow steps navigation links were hidden, the subprocess step was not highlighted as current. To correct this an update has been added that will highlight the circle on the navigation for a subprocess set as last step with substeps hidden, and the lines on the navigation step will be highlighted on the left side for a subprocess set as a step other than the last step and which has substeps hidden.
INC-205517 · Issue 705991
Corrected clearing filters in mashup
Resolved in Pega Version 8.7.2
After clearing filter on a table, the screen did not reload and is hidden in Iframe in Mashup. This has been resolved by adding code to trigger the resizeHarness action for clear filters in a mashup configuration.
INC-206483 · Issue 707092
Delegated rules page displays proper warning in Vietnamese
Resolved in Pega Version 8.7.2
Opening the "Configuration" left navigation item for delegated rules and clicking on edit to modify the rule did not display the guardrail warning message properly in Vietnamese. This has been resolved by ensuring the Vietnamese date time is properly formatted as "Ngày dd tháng M năm yyyy".
INC-206773 · Issue 708375
ScreenFlow called from Dataclass section completes as expected
Resolved in Pega Version 8.7.2
When calling a screen flow from a section of another screen flow, the flow did not work properly in the modal dialog screen flow but did work in the process flow. Investigation showed that when the second screenflow was opened from the Data class section, the assignment of the first screenflow was not deleted post submission. This has been resolved by adding a conditional block for screenFlow Dataclass section.
INC-208116 · Issue 712907
PD4ML upgraded
Resolved in Pega Version 8.7.2
Issues with PDF generation have been resolved by upgrading PD4ML to version 4.0.13.
INC-208199 · Issue 706446
Added input null check to resolve loading error
Resolved in Pega Version 8.7.2
The application was freezing while loading if action was taken on the controls while a page level message was visible. This has been resolved by adding an additional null check for input before calling the focus API.
INC-208499 · Issue 714947
Corrected Ajax container scrollbar with tabs
Resolved in Pega Version 8.7.2
The scroll bar was not working as expected for a pyCaseWorker Section configured with an Ajax container and "Show as tabs". This has been resolved by overriding the div[data-mdc-recordid] with overflow-x: auto style to get the proper horizontal scroll in the Ajax container.