Merge branch 'RED-9148' into 'master'

RED-9148 - Add paragraph page index to entity log

Closes RED-9148

See merge request redactmanager/persistence-service!488
This commit is contained in:
Andrei Isvoran 2024-05-21 13:40:41 +02:00
commit 0408e3986e

View File

@ -74,5 +74,6 @@ public class EntityLogEntryResponse {
Set<String> importedRedactionIntersections = new HashSet<>();
int numberOfComments;
int paragraphPageIdx;
}