SR-B31778 · Issue 301431
Fixed tree grid column alignments for Internet Explorer/ Chrome
Resolved in Pega Version 7.3
When using freeze headers with fill 100% width, Internet Explorer and Chrome showed alignment issues between the header and content columns in a tree grid. This was caused by a missing semicolon in the inline style of left grid header for tree grid, which has been fixed.
SR-B31818 · Issue 292373
Security update for URL string queries
Resolved in Pega Version 7.3
To ensure sensitive information is not exposed in transit between the client and server via URL query string parameters, pyCaseManager Menu and pzGetUserProfile activity have been updated to avoid passing the user ID as a parameter.
SR-B31818 · Issue 292752
Security update for URL string queries
Resolved in Pega Version 7.3
To ensure sensitive information is not exposed in transit between the client and server via URL query string parameters, pyCaseManager Menu and pzGetUserProfile activity have been updated to avoid passing the user ID as a parameter.
SR-B31825 · Issue 288489
Documentation correction for service-enabled system management
Resolved in Pega Version 7.3
The help file for service-enabled system management has been updated to correct and clarify the full path used for connection properties in conjunction with the --connPropFile argument.
SR-B31873 · Issue 298086
Review/Perform harness modifications for scheduled report errors
Resolved in Pega Version 7.3
Scheduled reports would periodically go to Completed state and stop running prematurely. Deleting and then reopening a scheduled report (from recents) caused corruption of scheduled reports that are re-scheduled. This was traced to the Review/Perform harness going in to a corrupt state, and has been corrected by re-building the Review harness as well as some minor changes to the Perform harness to ensure the correct buttons are displayed when deleting a scheduled report and reopening it from the recents list.
SR-B31876 · Issue 290136
Correspondence logic corrected for party ID
Resolved in Pega Version 7.3
When using the Send Email smart shape to send correspondence to work party, party Roles containing the string "Owner" (such as "AAOwner") caused the correspondence to be sent to the email address of the "Owner" party instead of the "AAOwner" party. This was caused by a logic error in the party list iteration that used 'contains' instead of 'equals', and has been fixed.
SR-B31885 · Issue 288772
Attachment icons display correct type
Resolved in Pega Version 7.3
The attachment icon was not reflecting the attachment type. This was caused by an error in the pzWorkAttachmentIcon control which caused the File name to be passed as empty, resulting in a failure to fetch the correct image name. This has been fixed.
SR-B31990 · Issue 292968
REST Facebook jar updated
Resolved in Pega Version 7.3
The REST Facebook jar has been upgraded to 1.33 to enable Pega marketing to use paid media capabilities and the latest Facebook marketing API.
SR-B32007 · Issue 289390
Internet Explorer text wrap fixed for repeat grid
Resolved in Pega Version 7.3
Labels were not wrapped in Internet Explorer but working fine in Chrome due to styles missing following grid refactoring. This has been fixed.
SR-B32056 · Issue 299068
CustomFusionChart display fixed for mobile HC
Resolved in Pega Version 7.3
Charts were not loading a second time unless a refresh of that section was forced after switching from one tab to other from the navigation panel on left side. This was an issue with charts created using pzCustomFusionChart erroring out when loaded within a layout group that requires the user to swipe left/right to view them in the hybrid client, and has been fixed.