RED-4406: 500 when changing status of excluded file

This commit is contained in:
aoezyetimoglu 2022-06-28 21:01:08 +02:00
parent e9acf19ccc
commit ae1e747680

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) {