Removed processed date filter for add to dictionary entries
This commit is contained in:
parent
d0ba3f51c1
commit
7b2295393c
@ -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