Pull request #194: RED-1830
Merge in RED/redaction-service from RED-1830 to master * commit 'e9c5b955805b42e3e62ae0aad7affcad05610833': fixed compile err add comments
This commit is contained in:
commit
28c8cebe1a
@ -627,6 +627,9 @@ public class RedactionLogCreatorService {
|
||||
if (shouldRemove) {
|
||||
entriesToRemoveBecauseOfUndoActions.add(entry.getId());
|
||||
}
|
||||
|
||||
|
||||
entry.setComments(manualRedactions.getComments().get(entry.getId()));
|
||||
}
|
||||
|
||||
redactionLog.setRedactionLogEntry(redactionLog.getRedactionLogEntry()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user