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:
commit
fa077dfaab
@ -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