Pull request #162: RED-3025: Ported code to ignore hints
Merge in RED/persistence-service from RED-3025 to master * commit 'bf8e61b951f724497ebb7ba9a049186c19b940f7': RED-3025: Ported code to ignore hints
This commit is contained in:
commit
702a9bab3a
@ -147,6 +147,10 @@ public class ManualRedactionService {
|
||||
analysisFlagsCalculationService.calculateFlags(dossierId, fileId);
|
||||
}
|
||||
|
||||
if (removeRedactionRequest.getStatus().equals(AnnotationStatus.APPROVED)) {
|
||||
fileStatusService.setStatusReprocess(dossierId, fileId, 2);
|
||||
}
|
||||
|
||||
return ManualAddResponse.builder()
|
||||
.annotationId(removeRedactionRequest.getAnnotationId())
|
||||
.commentId(commentId)
|
||||
@ -177,6 +181,10 @@ public class ManualRedactionService {
|
||||
|
||||
analysisFlagsCalculationService.calculateFlags(dossierId, fileId);
|
||||
|
||||
if (forceRedactionRequest.getStatus().equals(AnnotationStatus.APPROVED)) {
|
||||
fileStatusService.setStatusReprocess(dossierId, fileId, 2);
|
||||
}
|
||||
|
||||
return ManualAddResponse.builder()
|
||||
.annotationId(forceRedactionRequest.getAnnotationId())
|
||||
.commentId(commentId)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user