id removal modifying dict flag
This commit is contained in:
parent
5e50c0bfde
commit
71ba893067
@ -146,6 +146,8 @@ public class RedactionLogCreatorService {
|
|||||||
redactionLogEntry.setReason(manualOverrideReason);
|
redactionLogEntry.setReason(manualOverrideReason);
|
||||||
redactionLogEntry.setManual(true);
|
redactionLogEntry.setManual(true);
|
||||||
redactionLogEntry.setManualRedactionType(ManualRedactionType.REMOVE);
|
redactionLogEntry.setManualRedactionType(ManualRedactionType.REMOVE);
|
||||||
|
redactionLogEntry.setDictionaryEntry(manualRemoval.isRemoveFromDictionary());
|
||||||
|
redactionLogEntry.setDossierDictionaryEntry(manualRemoval.isRemoveFromDictionary());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -298,6 +300,8 @@ public class RedactionLogCreatorService {
|
|||||||
redactionLogEntry.setReason(manualOverrideReason);
|
redactionLogEntry.setReason(manualOverrideReason);
|
||||||
redactionLogEntry.setManual(true);
|
redactionLogEntry.setManual(true);
|
||||||
redactionLogEntry.setManualRedactionType(ManualRedactionType.REMOVE);
|
redactionLogEntry.setManualRedactionType(ManualRedactionType.REMOVE);
|
||||||
|
redactionLogEntry.setDictionaryEntry(manualRemoval.isRemoveFromDictionary());
|
||||||
|
redactionLogEntry.setDossierDictionaryEntry(manualRemoval.isRemoveFromDictionary());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -326,6 +330,7 @@ public class RedactionLogCreatorService {
|
|||||||
redactionLogEntry.setReason(manualOverrideReason);
|
redactionLogEntry.setReason(manualOverrideReason);
|
||||||
redactionLogEntry.setManual(true);
|
redactionLogEntry.setManual(true);
|
||||||
redactionLogEntry.setManualRedactionType(ManualRedactionType.FORCE_REDACT);
|
redactionLogEntry.setManualRedactionType(ManualRedactionType.FORCE_REDACT);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user