SR-129232 · Issue 197812
LiveUI inspector enhanced to uncover elements inside non-Live UI frames
Resolved in Pega Version 7.1.8
Issues were found with inspecting elements inside non-auto sections from Live UI; Live UI inspector did not point to the relevant UI component, but rather pointed to the header level, causing frames inside an iframe without Live UI Code to be ignored even if they did have elements that could be inspected by Live UI. In order to ensure all elements are caught, code changes have been inserted to loop over all child frames and recall itself with the next frame to cover all elements that can be inspected by Live UI.
SR-129249 · Issue 194654
Accessibility added to pxDataField and VisualizeAttachingScreen
Resolved in Pega Version 7.1.8
Accessibility has been added to the out-of-the-box functions pxDataField and VisualizeAttachingScreen.
SR-129276 · Issue 194879
Replaced missing help search button
Resolved in Pega Version 7.1.8
When launching the Pega help contextually, the button to get to the search field in the Pega help was missing. This has been replaced.
SR-129387 · Issue 200153
Logic updated to correctly tally requests that bypass authentication
Resolved in Pega Version 7.1.8
The logic used by the usage summary report to capture service invocation was not updated when the code was changed to bypass authentication for some service requests: if authentication was disabled, the request was treated as authenticated and was not correctly reported in the service invocation total of the SOAP usage summary report. To correct this and report accurate transactions, the system now resets the authentication flag for stateless unauthenticated requestors at the end of service invocation so that usage tracking is correctly recorded.
SR-129423 · Issue 198808
Updated responsiveness for certain dynamic column widths
Resolved in Pega Version 7.1.8
At run time, the width of a dynamic layout in a section was not changed as per the transformation and responsiveness was not working as expected for specific column widths. This was an issue with Skin CSS generation for dynamic layouts in generating column widths when another format was applied at a breakpoint, and has been resolved.
SR-129461 · Issue 196393
Security enhanced for RunActionWrapper
Resolved in Pega Version 7.1.8
A potential XSS vulnerability was detected and resolved in the RunActionWrapper.
SR-129465 · Issue 196346
Corrected parameter clearing in MultiSelect control
Resolved in Pega Version 7.1.8
After selecting any value through multiple select and saving it, the saved data was not present when the case was reopened. In Multiselect control, previous values were also being added. This was an issue where parameter values were not being correctly cleared after being used in the MultiSelectList control, and has been fixed.
SR-129525 · Issue 198580
Button question display style now defaults to inline
Resolved in Pega Version 7.1.8
If a question that is marked as required is very long, the asterisk mark was distorted on the radio button label and came up at the extreme end of the label as a separate entity rather than at the end of the label. This was due to the display style for icon required class being set to inline-block instead of simply inline. As the inline display is more appropriate for this field, the default style has been changed to this.
SR-129537 · Issue 195268
Corrected button highlighting for error in selecting required values
Resolved in Pega Version 7.1.8
The Required field label should be highlighted in cases where the value is not selected for the required fields, but the first option of the radio button was being highlighted instead. This was due to misplaced CSS, and has been updated to use the proper label for value to highlight field label in case of error.
SR-129592 · Issue 196979
Scheduled report now checks default max records value
Resolved in Pega Version 7.1.8
When scheduling a report definition, the default value for max records to export was ignored when run by a scheduled task agent but used if the report was run manually. This value is normally set to 10,000 in the system settings and should be the default unless an override value has been entered for "Maximum Number Of Rows For Export" on the Data Access tab. To correct this issue, the pzRunScheduledShortcut activity has been updated to use the default if no value has been entered.