Pull request #462: RED-4406: 500 when changing status of excluded file

Merge in RED/persistence-service from RED-4406-ps1 to master

* commit 'ae1e74768054e372287a0961a443c6e249d2aa61':
  RED-4406: 500 when changing status of excluded file
This commit is contained in:
Ali Oezyetimoglu 2022-06-29 09:32:34 +02:00 committed by Dominique Eiflaender
commit fa077dfaab

View File

@ -40,9 +40,6 @@ public class RedactionLogService {
var fileStatus = fileStatusService.getStatus(fileId);
if (fileStatus.isExcluded()) {
throw new NotFoundException("Excluded files have no redactionLog");
}
RedactionLog redactionLog;
if (withManualRedactions) {