condition fix
This commit is contained in:
parent
9e64773d0d
commit
e8ae8728f3
@ -147,7 +147,7 @@ public class RedactionLogMergeService {
|
|||||||
|
|
||||||
if (mrw.getItem() instanceof IdRemoval) {
|
if (mrw.getItem() instanceof IdRemoval) {
|
||||||
var manualRemoval = (IdRemoval) mrw.getItem();
|
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");
|
log.info("Skipping merge for dictionary-modifying entry");
|
||||||
} else {
|
} else {
|
||||||
String manualOverrideReason = null;
|
String manualOverrideReason = null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user