SR-B15456 · Issue 286718
Cassandra encryption enhancements
Resolved in Pega Version 7.3
An enhancement has been added to support encryption of Cassandra internode and client/server connections through the addition of Pega Platform command line properties. These allow specification of encryption properties such as keystones and use of properties to generate corresponding settings in the cassandra.yaml configuration file and initialize the datastax driver with SSL enabled if encryption is required.
SR-B15463 · Issue 287079
New Application operator mapping refinements
Resolved in Pega Version 7.3
When using the New Application Creation wizard, the newly created operators were unexpectedly mapped to the same access group even though the access groups contained different roles. This has been corrected with changes in the pxPrepareApplicationDemoUsers and pxPrepareClonedAccessGroup activities to set transient properties for the original access group name as well as for use in lookup by demonstration users.
SR-B15497 · Issue 286469
Styling corrected for last row in tree grid sourced from RD
Resolved in Pega Version 7.3
Tree grids sourced from report definitions had their last row set to the class "grandTotal" instead of "gridRow", causing them to get incorrect styling. This was caused by a missed cleanup for this use case when removing the GrandTotal class from support in RD, and has been fixed.
SR-B15497 · Issue 295707
Styling corrected for last row in tree grid sourced from RD
Resolved in Pega Version 7.3
Tree grids sourced from report definitions had their last row set to the class "grandTotal" instead of "gridRow", causing them to get incorrect styling. This was caused by a missed cleanup for this use case when removing the GrandTotal class from support in RD, and has been fixed.
SR-B15499 · Issue 294497
SMA Remote Tracing works with URL encryption
Resolved in Pega Version 7.3
When URL encryption is enabled, Remote Tracing was not working from SMA. This occurred because the handling for the trace request coming from SMA was not triggering the URL encryption as needed, and has been fixed.
SR-B15575 · Issue 285206
Accessibility added to flow action label
Resolved in Pega Version 7.3
When an accessibility tool such as JAWS was used, the flow action label was not read out and no indication was given regarding what action was expected. To correct this, the RUF pzGenerateControl has been updated to add tabindex=0 so the section heading can be read out by accessibility tools.
SR-B15575 · Issue 290496
Accessibility added to flow action label
Resolved in Pega Version 7.3
When an accessibility tool such as JAWS was used, the flow action label was not read out and no indication was given regarding what action was expected. To correct this, the RUF pzGenerateControl has been updated to add tabindex=0 so the section heading can be read out by accessibility tools.
SR-B15604 · Issue 286328
Made InputProperty not mandatory for business logic
Resolved in Pega Version 7.3
When business logic is selected, pzToDecisionTreeExpress is selected as the routing activity for the assignment. However, errors occurred due to the mandatory parameter InputProperty property being passed as empty. To address this, the parameter will be marked as not mandatory.
SR-B15663 · Issue 289919
Trend chart drilldown made consistent with chart display
Resolved in Pega Version 7.3
Trend chart drilldown did not match chart display due to issues with time zone being converted on the chart display but not on the the drilldown. When drilling down into a datetime group, the value of that group was used to create a single filter that matched the group (e.g., "Day of [.DateTime] = 20170101"). This caused the filter to match that time based on the server's time zone settings, not the user's (e.g., if the server was using GMT, then days always began at midnight GMT, so a user could drill down into a single day and get results spanning two days). To correct this, FusionChartDataGeneration.normalizeDateCal no longer localizes for the user's time zone if the time unit is larger than an hour, e.g. day or month units won't be normalized.
SR-B15673 · Issue 288077
DatePicker calendar pop works as expected
Resolved in Pega Version 7.3
Unexpected behavior was seen where the input box of a date control used as Date+calendar popped up the calendar on click when Text entry was not allowed and did not pop up the calendar when Text entry was allowed (both in disabled mode). This was traced to an error in the data-ctl attribute for that span, and has been fixed.