processed date fix
This commit is contained in:
parent
4b73d3470a
commit
c1317ee521
@ -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