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:
Timo Bejan 2021-07-19 15:49:11 +02:00
commit 28c8cebe1a

View File

@ -627,6 +627,9 @@ public class RedactionLogCreatorService {
if (shouldRemove) {
entriesToRemoveBecauseOfUndoActions.add(entry.getId());
}
entry.setComments(manualRedactions.getComments().get(entry.getId()));
}
redactionLog.setRedactionLogEntry(redactionLog.getRedactionLogEntry()