patched migration
This commit is contained in:
parent
13f42a686d
commit
8d7ac48d54
@ -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())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user