SR-A19820 · Issue 237850
Landscape iPad modal windows improved
Resolved in Pega Version 7.2.1
Modal windows in the iPad landscape mode were cut off and did not display the Submit and Cancel buttons. This was due to improper height calculations in the modal dialogue, and the code has been changed to prevent the body scrolling when modal is opened and to prevent modal mask for height change when a dropdown is opened inside a modal dialog.
SR-A19844 · Issue 240019
Read-only section handling fixed for progressive grid modal window
Resolved in Pega Version 7.2.1
Despite setting read-only mode on sections fetched for display in the expanded view of a nested progressive grid, the newly loaded rows were loaded with read/write enabled. The system has been updated to ensure read-only mode is correctly maintained.
SR-A19932 · Issue 243259
Corrected cancel function in Calendar options
Resolved in Pega Version 7.2.1
If the pxCalendarViewGadget was launched in a modal dialogue, clicking the cancel button in the Calendar options menu caused the assignment to be submitted. This was caused by a form submit and harness refresh being incorrectly called together by the cancel, and has been changed so the click of cancel in calendar options will refresh the pzCalendarOptionsDefinition section but disable the form submit, resulting in the previous values being retained.
SR-A20030 · Issue 238280
Corrected sizing collapsed grid height to content
Resolved in Pega Version 7.2.1
A Repeating Grid using Progressive pagination and "Size grid height to content" with a configured number of rows to be shown without expansion was not accurately sized down when the content was below the display number. The function to adjust height of progressive grid has been fixed to display the content as expected.
SR-A20072 · Issue 240043
Portal markup in PDF resolved
Resolved in Pega Version 7.2.1
When using the Google Chrome browser, the portal harness markup was being included in PDFs generated from the user portal due to the frameless dynamic container. This has been corrected.
SR-A20087 · Issue 238967
Removed date truncation to allow alternate calendar formats
Resolved in Pega Version 7.2.1
When locale was set to Japan, the date in the calendar for the weekly option was incorrectly truncated. This truncation was based on an assumption that the date could be captured in the first four digits of dd/mm/yy, and failed to consider the alternate format for locales that use yy/mm/dd. The truncation logic has been removed to fix the issue.
SR-A20148 · Issue 239782
Repeat grid wrap column header center aligned upon resize
Resolved in Pega Version 7.2.1
The repeat grid wrap column header was not properly center aligned upon resize due to the text padding. This has been fixed.
SR-A20219 · Issue 239018
Page-Set-Messages error properly displayed in harness
Resolved in Pega Version 7.2.1
Error messages were not displayed after setting the page- set messages in an activity and calling on post processing of the flow action. This was due to the improper clearing of messages during the ReloadSection, and the API has been updated to resolve this.
SR-A20289 · Issue 245275
Custom header section of Calendar retained after Smartinfo popup displayed
Resolved in Pega Version 7.2.1
If the mouse moved over the custom header section of Weekly, Daily calendar and the SmartInfo popup appeared, the custom value was reset to the label value. To correct this, a custom header check for setting subject to subject time has been added to pzAllDayEventBlock to maintain the custom setting.
SR-A20300 · Issue 239490
SLAs agree in assignment gadget and action area
Resolved in Pega Version 7.2.1
An assignment created with an SLA of 2 years was showing different SLA info in assignment gadget and action area. On the assignment list gadget, the deadline displayed was "1 year 12 months from now" which is correct. On the top right corner of the action area it says, "Due in 1 year 11 months from now". This has been fixed by modifying the base calculations of the pyAssignmentTimeLimitDeadline control.