SR-C6264 · Issue 348027
Change stage fixed for backwards compatibility
Resolved in Pega Version 7.4
After upgrade, the stage name was incorrect on change stages utility shapes. This was traced to a backwards compatibility issue with new handling in the pzChangeStage section and has been corrected.
SR-C7459 · Issue 349535
Flow action label not reset after local action
Resolved in Pega Version 7.4
After creating a flow action where the ID and short description were different, after the local action was launched and then closed the Flow action short description displayed as expected but the Flow action label displayed the ID instead of the short description. In this case, when a local action is launched the ProcessAction activity triggers the PerformPreProcessing activity, but that activity was passing TaskIndex as Empty. This was causing the Current Action Label to be set to empty, and a check has been added to avoid that condition.
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.