Pull request #350: Removed processed date filter for add to dictionary entries
Merge in RED/redaction-service from RED-3538 to master * commit '7b2295393c1c2dcbcecbb11c64929517cb13a6de': Removed processed date filter for add to dictionary entries
This commit is contained in:
commit
1d1de6caba
@ -306,7 +306,6 @@ public class RedactionLogMergeService {
|
||||
private boolean approvedAndShouldBeInDictionary(ManualRedactionEntry manualRedactionEntry) {
|
||||
|
||||
return manualRedactionEntry.getStatus().equals(AnnotationStatus.APPROVED) &&
|
||||
manualRedactionEntry.getProcessedDate() != null &&
|
||||
(manualRedactionEntry.isAddToDictionary() || manualRedactionEntry.isAddToDossierDictionary());
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user