SR-A10282 · Issue 222249
RD summarize menu context fixed
Resolved in Pega Version 7.2
When attempting to use Summarize functionality using a report definition, the Menu context page was not calculated properly due to an issue with the AggregateWrapper resolution of the input. This has been fixed.
SR-A8673 · Issue 219736
Support added for "\" in Listview"
Resolved in Pega Version 7.2
Listview was unable to display results if there was a "\" character at the end of the data. Support has been added to encode and decode the ""\"" in the following process activities of listview:
SR-A12102 · Issue 223002
Report schedule button visibility fixed in Case Manager Portal
Resolved in Pega Version 7.2
It was not possible to schedule standard reports from the Case Manager Portal if the check out option was disabled. This was an error in the display of the scheduling button, as an operator who is capable of running a report should also have the capability to schedule it, and has been corrected.
SR-A11563 · Issue 224698
XSS security added to data table edits
Resolved in Pega Version 7.2
When editing a data table and saving the record, the request could be intercepted and a vulnerable string added to the pageIndex parameter. XSS security has been added to this function.
SR-A11563 · Issue 224698
XSS security update for TabbedRepeatingListSection
Resolved in Pega Version 7.2
Security updates have been made to the TabbedRepeatingListSection function to close a potential XSS vulnerability.
SR-A3712 · Issue 222263
Removed collapse from advanced filter options to improve accessibility
Resolved in Pega Version 7.2
The advanced options in the report viewer's filter conditions were not accessible using the keyboard and would only expand with a mouse. To resolve this, the advance options collapse has been removed from PZFILTERADVANCEDOPTIONS and the information now fully displayed.
SR-A3712 · Issue 218750
Removed collapse from advanced filter options to improve accessibility
Resolved in Pega Version 7.2
The advanced options in the report viewer's filter conditions were not accessible using the keyboard and would only expand with a mouse. To resolve this, the advance options collapse has been removed from PZFILTERADVANCEDOPTIONS and the information now fully displayed.
SR-A8488 · Issue 219112
HTML line breaks honored in Excel export
Resolved in Pega Version 7.2
In Report Definition, Export to Excel was ignoring the new line of each cell due to pzDisplayPropValue not acting on the HTML tag
. To correct this, the call to the function "pzDisplayPropValue" has been modified to pass a flag which will be set based on option given on the RD rule form, i.e. "Ignore formatting when Exporting to Excel". In addition, the
tag is now supported so Excel will format it accordingly.
SR-A8488 · Issue 220333
HTML line breaks honored in Excel export
Resolved in Pega Version 7.2
In Report Definition, Export to Excel was ignoring the new line of each cell due to pzDisplayPropValue not acting on the HTML tag
. To correct this, the call to the function "pzDisplayPropValue" has been modified to pass a flag which will be set based on option given on the RD rule form, i.e. "Ignore formatting when Exporting to Excel". In addition, the
tag is now supported so Excel will format it accordingly.
SR-A9731 · Issue 222614
Pick a Value window resized for proper display
Resolved in Pega Version 7.2
On clicking on the criteria field of any report (listview / SummaryView), the 'Pick Values' modal window opens up for user to select values. This window is sized smaller by a percentage than the ClientHeight to ensure the popup can display the content within the height of the current window. After upgrade, the modals appeared with a default height of 96% and caused the Apply / Cancel / Submit buttons to either be partially visible or not visible at all, which did not allow user to select values. This has been resolved by updating the "launchpickavalue" method defined in "Rule-Obj-HTML.Wizard_Parameters" rule to set the iframe height to 93%.