add comments

This commit is contained in:
Timo 2021-07-19 14:57:59 +03:00
parent d4486ea6f4
commit e809004f16

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()