SR-B65131 · Issue 330322
Fixed 'when' rules for showing privileged escalation buttons
Resolved in Pega Version 7.4
Privileged escalation was displayed for a user with access to manager reports due to missing 'when' rules for hiding the Add report/Add category buttons. This has been fixed.
SR-B67967 · Issue 330128
Data explorer displays all associations and optimized nested properties are supported
Resolved in Pega Version 7.4
The rule resolved RDB query used to list the associations for the report class was not returning all associations. The logic for this has been modified to use a rule resolved report definition to correct the issue. In addition, the pzAddPropListForClass_TreeGrid function has been refactored in order to correctly support nested properties.
SR-B67967 · Issue 331406
Data explorer displays all associations and optimized nested properties are supported
Resolved in Pega Version 7.4
The rule resolved RDB query used to list the associations for the report class was not returning all associations. The logic for this has been modified to use a rule resolved report definition to correct the issue. In addition, the pzAddPropListForClass_TreeGrid function has been refactored in order to correctly support nested properties.
SR-B72915 · Issue 331477
Correct day calculated for AU timezone
Resolved in Pega Version 7.4
The Report Filter is subtracting one day when the timezone was set to Australia/Sydney. This was caused by an error in pyUILabel, and has bene fixed.
SR-B75633 · Issue 330038
Cancel button handling fixed for RD filtering
Resolved in Pega Version 7.4
In a report definition which enabled the option "Prompt for filter changes before displaying report", the filter change screen behavior did not work as expected due to missing support in the code for a re-worked "Cancel" button. The handling has been modified to ensure the cancel action properly refreshes the filter section after the data has been reset.
SR-B75916 · Issue 325066
Cancel button handling fixed for RD filtering
Resolved in Pega Version 7.4
In a report definition which enabled the option "Prompt for filter changes before displaying report", the filter change screen behavior did not work as expected due to missing support in the code for a re-worked "Cancel" button. The handling has been modified to ensure the cancel action properly refreshes the filter section after the data has been reset.
SR-B77668 · Issue 327446
Column Filter header handling corrected
Resolved in Pega Version 7.4
Applying a filter was not updating the Filter condition header in top of the page until the page was refreshed. After the refresh it was updated, but the filter was removed from the column drop down. On refresh of the report, column level filters are not being removed. This was an issue with clearing the column level filters correctly, and pzRunWrapper has been updated to resolve this.
SR-B78056 · Issue 327006
Filter calculation cancel button fixed
Resolved in Pega Version 7.4
In Report Definition, a calculation that was added for the left hand side of the filter before the report was run was subsequently deleted when the cancel button in the calculation prompt was clicked. This problem was traced to pzCancelCalculationBuilder: because of the way Drag and Drop in the report editor was implemented, the logic deleted the filter on cancel because the "fx" button was pressed on the left hand side of the condition. The logic has now been updated to only remove the filter page when canceling the calculation builder if using "edit report" mode.
SR-B79298 · Issue 331948
Fixed Google Chrome progressive pagination grid layout
Resolved in Pega Version 7.4
Column headings were becoming misaligned in Google Chrome with data in a progressive grid that used pagination. This has been fixed by adding the method updateHeaderCellWidth to update the widths of the column elements on resize of the window.
SR-B79520 · Issue 329078
Report title shows on hover of report tab
Resolved in Pega Version 7.4
On launching report definition by replacing the current tab, the tab title shows the given report title but hovering over of the tab title it does not show the same report title that is displayed, instead reading as "Report". This issue was caused by the document title not being set in the reportDefinition API, and has been fixed.