Platform 7.0.0.1 resolved issues

Total: 5 issues

----------------

PLAT-7355

Update bad translation strings that were added in 6.4

Several bad translations were added in 6.4 Language Import.

Outcome

Removed the bad translation strings. The translation strings will be updated in the next language import.

----------------

PLAT-7525

Error message is confusing when workbrain.db.schema and workbrain.archive.db.schema are not set to upper case in configuration

Outcome

In the Flyway configuration file (flyway.properties), the database parameters (schema names, etc.) are now case sensitive. If the wrong case is provided, Flyway will throw an exception with a detailed description of what is wrong.

----------------

PLAT-7905

UTC Insert date should not be modified and should represent the original inserted time for Deleted records

UtcInsertDate field is updated when record are deleted. This field should indicate when the record was originally created.

Outcome

Fixed by adding a check to ensure that utcInsertDate remains the same when a record is deleted.

----------------

PLAT-7909

Audit info not logged when set from job scheduler task

Audit info by a job scheduler task is not logged in the audit log.

Outcome

Fixed by creating a function for setting audit log data in AbstractJobSchedulerTask and calling that function from job scheduler tasks before using the audit log service.

----------------

PLAT-7923

Data Replication task is failing

The Data Replication task fails when executed.

Outcome

Fixed

----------------