Pull request #478: RED-4563: Fixed reupload with keep manual redaction with resize redactions
Merge in RED/persistence-service from RED-4563 to master * commit 'a60dcb1f0db5e6992c9d0d89ea21117d56c70172': RED-4563: Fixed reupload with keep manual redaction with resize redactions
This commit is contained in:
commit
f03b64a3ce
@ -610,7 +610,7 @@ public class FileStatusService {
|
||||
return MessageType.ANALYSE;
|
||||
}
|
||||
return MessageType.REANALYSE;
|
||||
} else if (manualRedactionProviderService.getManualRedactions(fileId)
|
||||
} else if (fileModel.getLastProcessed() != null && manualRedactionProviderService.getManualRedactions(fileId)
|
||||
.getResizeRedactions()
|
||||
.stream()
|
||||
.anyMatch(resize -> resize.getRequestDate().isAfter(fileModel.getLastProcessed()))) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user