SR-C27961 · Issue 369850
Tree grid wrapper logic optimized
Resolved in Pega Version 8.1
The wrapper logic for Tree grid expansion has been optimized to reduce the number of unwanted clipboard calls to getRawString.
SR-C27981 · Issue 364524
Modified negative responses number displayed in AMM
Resolved in Pega Version 8.1
The recorded responses count under Designer Studio > Predictive Analysis > Adaptive Model Management landing page was appearing as negative after the clearing or deleting of models, giving the impression of an error To avoid confusion, the system will now show '--' if the counter returns a negative number for recorded responses.
SR-C27981 · Issue 369570
Modified negative responses number displayed in AMM
Resolved in Pega Version 8.1
The recorded responses count under Designer Studio > Predictive Analysis > Adaptive Model Management landing page was appearing as negative after the clearing or deleting of models, giving the impression of an error To avoid confusion, the system will now show '--' if the counter returns a negative number for recorded responses.
SR-C28089 · Issue 369671
Apache library updated
Resolved in Pega Version 8.1
To improve security, the following updates have been made: - Apache Commons FileUpload updated to version 1.3.3 - Apache-mime4j-core has been updated to version 0.8.1 - Apache POI has been upgraded to version 3.17
SR-C28090 · Issue 370297
Apache library updated
Resolved in Pega Version 8.1
To improve security, the following updates have been made: - Apache Commons FileUpload updated to version 1.3.3 - Apache-mime4j-core has been updated to version 0.8.1 - Apache POI has been upgraded to version 3.17
SR-C28092 · Issue 370330
Service Utils repackaged for Linux
Resolved in Pega Version 8.1
Running ant or prpcServiceUtils.sh on a Linux instance was failing with the error "bash: ./scripts/bin/ant: /bin/sh^M: bad interpreter: No such file or directory". The Service Utils have been repackaged to correct this issue.
SR-C28093 · Issue 368876
Apache library updated
Resolved in Pega Version 8.1
To improve security, the following updates have been made: - Apache Commons FileUpload updated to version 1.3.3 - Apache-mime4j-core has been updated to version 0.8.1 - Apache POI has been upgraded to version 3.17
SR-C28094 · Issue 369459
Apache library updated
Resolved in Pega Version 8.1
To improve security, the following updates have been made: - Apache Commons FileUpload updated to version 1.3.3 - Apache-mime4j-core has been updated to version 0.8.1 - Apache POI has been upgraded to version 3.17
SR-C28260 · Issue 369661
System will not add quotes to Data Page string parameter
Resolved in Pega Version 8.1
After creating a unit test for a Data Page that requires a string parameter, the unit test failed because the parameter value entered was placed in quotes. This requirement was not clear: Double quotes were shown in the test rule form even though the actual value was not expected to be input with quotes, and the system was adding them. To remove confusion, the system will no longer add the additional quotes so they are not doubled.
SR-C28265 · Issue 374085
Optimized properties “pyFieldClass” & “pyFieldName”
Resolved in Pega Version 8.1
The properties pyFieldname and pyFieldClass were not optimized, leading to errors if these properties were used in out-of-the-box report definitions run without UDF enabled. As part of this fix, the columns will be created in the database and need to be populated.