RED-4406: 500 when changing status of excluded file
This commit is contained in:
parent
e9acf19ccc
commit
ae1e747680
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user