SR-A23862 · Issue 246708
VPD Data Page passes custom properties
Resolved in Pega Version 7.2.1
When trying to set up Oracle VPD custom properties as instructed in a PDN article, an exception was generated due to missing handling for custom class/property definitions. The new pyCustomProperties if PageList has been added to Code-Pega-DBApplicationContext .
SR-A23862 · Issue 246796
VPD Data Page passes custom properties
Resolved in Pega Version 7.2.1
When trying to set up Oracle VPD custom properties as instructed in a PDN article, an exception was generated due to missing handling for custom class/property definitions. The new pyCustomProperties if PageList has been added to Code-Pega-DBApplicationContext .
SR-A23912 · Issue 246952
Custom filters won't display header container icons
Resolved in Pega Version 7.2.1
Unwanted icons were appearing when using a custom filter section that has a grid with a header/title, such as an 'X' close icon displaying next to an included section/repeat grid coupled to the filter section launched from the report browser for a report definition. The harness that displays the filter section has been modified to not include the icons that come with a container that has a header.
SR-A23915 · Issue 247392
Apache Struts updated for security
Resolved in Pega Version 7.2.1
Apache Struts has been updated to version 2.3.28 to protect against potential security vulnerabilities exposed when Dynamic Method Invocation is enabled, removing the ability for remote attackers to execute arbitrary code via method: prefix, related to chained expressions.
SR-A23940 · Issue 247101
RGB value accepts direct custom entry
Resolved in Pega Version 7.2.1
The RGB value was not updating in Custom tab of "ColorPicker " Control when directly changing the spinner value by entering value. This has been fixed.
SR-A23979 · Issue 246353
Revamped help docs to clarify ServiceExport directory config
Resolved in Pega Version 7.2.1
An error in the help documentation did not correctly outline the method for changing the ServiceExport directory by modifying prconfig.xml. The directory location is hard coded to StaticContent/global/ServiceExport in the temporary directory, but the location of the temporary directory is configurable using the Initialization/explicitTempDir setting. Changes have been made to the help files to clarify this.
SR-A23997 · Issue 248204
ResumeFlow copied to @baseclass to support Split For Each Advance flow
Resolved in Pega Version 7.2.1
Split For Each Advance Flow Fails on Data Instances with error: Failed to find a 'RULE-OBJ-ACTIVITY' with the name 'RESUMEFLOW'. This was traced to the context of the assignment being on a Data- instance while ResumeFlow is defined at Work-, causing all processing to fail for the resume. This has been fixed by creating a version of ResumeFlow in @baseclass which in turn calls Work- ResumeFlow.
SR-A24028 · Issue 245762
Null value support added to VBD partitions SQL
Resolved in Pega Version 7.2.1
VBD partitions fail to load when facts refer to dimensions of SQL type Timestamp, Time or Date, and the dimension value is null. With the partition failing to load, inserts into those partitions hang. The code has been updated to handle null values in these areas.
SR-A24052 · Issue 248427
Orphaned work objects purged by class
Resolved in Pega Version 7.2.1
Orphaned work objects were not purged when their parent was deleted from the database. To resolve this, selecting a Work- object class for purging will also purge all of the orphans in that class.
SR-A24110 · Issue 246955
Fixed new tab opened on manual refresh (F5) of the Case Manager portal
Resolved in Pega Version 7.2.1
Doing a manual refresh (F5) of the Case Manager portal caused a new tab to be created with the harness displayed in it This was caused by the pyKey being incorrectly updated for static tabs, and has been fixed.