SR-A18701 · Issue 235846
Repositioned BusyIndicator to cover Target element
Resolved in Pega Version 7.2.1
If the section with busy indicator was taller than the viewport height, the busy indicator mask did not cover the lower part of the section when scrolling and the section was editable. This has been fixed by repositioning the mask to cover the part of the section editable in the viewport and also show immediately on scroll.
SR-A18702 · Issue 236022
ImageSection / pzImageSectionWrapper localized
Resolved in Pega Version 7.2.1
Localization has been added to ImageSection / pzImageSectionWrapper.
SR-A18787 · Issue 240329
Busy icon shows properly when clicking Save/Refresh
Resolved in Pega Version 7.2.1
The Busy indicator has been updated to ensure it appears as expected after clicking the Save/Refresh button of any harness.
SR-A18902 · Issue 237052
Updated tab generation for failed 'when'
Resolved in Pega Version 7.2.1
When visible 'whens' were configured on accordion, the content was not properly displayed below the header if the 'when' condition was false. This was caused by an error in the generation of defaultTab based on visible 'when's, and the GenerateTabbedSectionLayout RUF has been updated.
SR-A18905 · Issue 235333
OrgName error resolved for MobileOffline:Obj-Open-By-Handle
Resolved in Pega Version 7.2.1
If Obj-Open-By-Handle was configured on the Org Name link in MobileOffline for the master details of a Contact Work Object, clicking on the link generated an "Empty Work Item Handle" error despite the OrganizationID(Handle) being present on the data page. This was an error in the actions array for the "runScript" API, and has been fixed.
SR-A18920 · Issue 235519
Corrected positioning of autocomplete popover on mobile
Resolved in Pega Version 7.2.1
When using Safari, the autocomplete popover on mobile devices was not correctly positioned. A browser check has been added, and this has been fixed.
SR-A18959 · Issue 236651
Corrected results display for upgraded pysearchResultWork filters
Resolved in Pega Version 7.2.1
When applying the pysearchResultWork filter on the native work objects search bar, some results were not displayed as expected after upgrade. This was caused by an error in setting the property for ad hoc cases inside a child activity, and has been fixed.
SR-A19079 · Issue 237094
Made date-time control height consistent
Resolved in Pega Version 7.2.1
Control height was inconsistent for date time controls that did not allow text entry, depending upon the control type and presentation setting. This was particularly noticeable when dynamic layout was configured with "inline double" or "inline triple". Extra padding of 2px was found in the non-text-entry control, and this has been removed to make it align to what it is in the text-entry-allowed date time.
SR-A19181 · Issue 240871
dropdown menu item names correctly persist after click
Resolved in Pega Version 7.2.1
Once a dropdown was selected from a number of menus in the user portal, the name of the clicked menu disappeared upon recheck. The API has been updated to read the tooltip from the icon element if it is not already present.
SR-A19249 · Issue 238895
Edit validate rule fires properly
Resolved in Pega Version 7.2.1
When submitting a flow action, the edit validate rule would catch properly catch and report an error, but the the same error submitted a second time did not fail. This has been corrected.