RED-7782 - Remove comments
This commit is contained in:
parent
59f3e99fea
commit
48d432024a
@ -90,10 +90,7 @@ public class ManualRedactionProviderService {
|
|||||||
new ManualResizeRedactionMapper()));
|
new ManualResizeRedactionMapper()));
|
||||||
}
|
}
|
||||||
|
|
||||||
// deprecated anyway, remove as soon as UI uses EntityLog
|
return new ManualRedactions(removals, entriesToAdd, forceRedactions, recategorizations, legalBasisChanges, resizeRedactions);
|
||||||
Comments comments = commentService.getComments(fileId);
|
|
||||||
|
|
||||||
return new ManualRedactions(removals, entriesToAdd, forceRedactions, recategorizations, legalBasisChanges, resizeRedactions, comments.getComments());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -42,8 +42,4 @@ public class ManualRedactions {
|
|||||||
@Builder.Default
|
@Builder.Default
|
||||||
private Set<ManualResizeRedaction> resizeRedactions = new HashSet<>();
|
private Set<ManualResizeRedaction> resizeRedactions = new HashSet<>();
|
||||||
|
|
||||||
@Deprecated(forRemoval = true)
|
|
||||||
@Builder.Default
|
|
||||||
private Map<String, List<Comment>> comments = new HashMap<>();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user