Pull request #313: condition fix
Merge in RED/redaction-service from redaction-log-merge-service-test to master * commit 'e8ae8728f3abd82cacd641144406f9047ca9c262': condition fix
This commit is contained in:
commit
37c3814ebd
@ -147,7 +147,7 @@ public class RedactionLogMergeService {
|
||||
|
||||
if (mrw.getItem() instanceof IdRemoval) {
|
||||
var manualRemoval = (IdRemoval) mrw.getItem();
|
||||
if (manualRemoval.getStatus().equals(AnnotationStatus.APPROVED) && (manualRemoval.isRemoveFromDictionary() || manualRemoval.isRemoveFromDictionary())) {
|
||||
if (manualRemoval.getStatus().equals(AnnotationStatus.APPROVED) && manualRemoval.isRemoveFromDictionary()) {
|
||||
log.info("Skipping merge for dictionary-modifying entry");
|
||||
} else {
|
||||
String manualOverrideReason = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user