patched migration

This commit is contained in:
Timo Bejan 2021-11-22 14:37:15 +02:00
parent 13f42a686d
commit 8d7ac48d54

View File

@ -843,7 +843,7 @@ public class MigrationService {
.lastProcessed(oldFile.getLastProcessed())
.numberOfAnalyses(oldFile.getNumberOfAnalyses())
.assignee(oldFile.getCurrentReviewer())
.lastApprover(workflowStatus == WorkflowStatus.APPROVED ? oldFile.getLastReviewer() : null)
.lastApprover(workflowStatus == WorkflowStatus.APPROVED ? oldFile.getCurrentReviewer() : null)
.lastReviewer(oldFile.getLastReviewer())
.lastManualRedaction(oldFile.getLastManualRedaction())
.hasRedactions(oldFile.isHasRedactions())