SR-C1910 · Issue 344160
Performance improvement for D_StartingFlows
Resolved in Pega Version 7.4
The algorithm for loading D_StartingFlows has been adjusted to be specific to when "optimistic packaging" is enabled, so that D_StartingFlows is not loaded during typical delta sync response generation.
SR-C496 · Issue 343628
Images render correctly in iOS/Android
Resolved in Pega Version 7.4
The mobile app was not rendering images on IOS or Android devices, but the images were visible when running the mobile view from a desktop browser. In addition, the vertical scroll bar was not displayed on lengthy screens. This was due to the template code not appending '+xml' to MIME type when the SVG content did not start with "<?xml ," and has been fixed by always concatenating +xml in IconAssembly.java.
SR-C496 · Issue 342641
Images render correctly in iOS/Android
Resolved in Pega Version 7.4
The mobile app was not rendering images on IOS or Android devices, but the images were visible when running the mobile view from a desktop browser. In addition, the vertical scroll bar was not displayed on lengthy screens. This was due to the template code not appending '+xml' to MIME type when the SVG content did not start with "<?xml ," and has been fixed by always concatenating +xml in IconAssembly.java.
SR-B94506 · Issue 341185
Unneeded clipboard use cleared during sync
Resolved in Pega Version 7.4
During the "delta sync" process, a very large clipboard size (96 MB) was observed for offline sync service requestors. Further analysis showed that the application page contained a property pyOfflineCases which increased the application page size from 28K to 679K. Since the property isn't present in the saved application rule model, the pzDataSyncPackager rule will clear it from the clipboard to improve performance.
SR-B76291 · Issue 326555
Layout Group Tab works in Firefox
Resolved in Pega Version 7.4
When using Firefox for a 'Layout Group' of 'Tab' type, two issues were seen: 1) Navigating layout tab names by clicking the right navigation control caused the further right tab names to not be displayed. 2) Tab content came up properly when selecting the right-most tab via the navigation menu control, but the corresponding tab name wasn't displayed. These were issues with the margin-left on tabbed header element not working correctly, and has been fixed by replacing margin-left with transform: translateX in the API for all tabbed header elements.
SR-B79966 · Issue 329488
Removed field validation for read-only labels in grid header
Resolved in Pega Version 7.4
Labels that were marked required did not switch to the explicit "required" text when accessibility was enabled. The underlying issues is that the grid column header is simply a label and configurations like "Required" do not apply to the column header. As a result, this configuration has been re-worked for consistency by disallowing/removing setting the grid headers as required. This is handled via a visibility check so that the required field validation is not displayed for labels in the grid header. The check essentially hides the required field configuration for any label inside the grid due to the label control being read-only.
SR-B91454 · Issue 340080
Click to refresh harness works the first time
Resolved in Pega Version 7.4
After configuring "Refresh Current harness" and Data transform on click of a button, the actions were not fired on the first click but worked on the second. This consistently happened when using Microsoft Internet Explorer and Edge, and was intermittent in Firefox and Google Chrome. This was traced to the click event not getting added to the queue since the queue already had a click event, and has bene fixed.
SR-C1517 · Issue 347449
Localization added for delegated decision rule options
Resolved in Pega Version 7.4
Localization has been added for the following options in the delegated decision rule: 1.Load Table in Ruleform 2.Remove Table form Ruleform 3.This decision table contains more than x cells. For optimal . . .