Merge branch 'DM-285' into 'master'

DM-285: move originalValue to EntityReference

Closes DM-285

See merge request redactmanager/persistence-service!124
This commit is contained in:
Dominique Eifländer 2023-09-14 16:27:55 +02:00
commit 4465c282d6
2 changed files with 2 additions and 1 deletions

View File

@ -15,8 +15,10 @@ import lombok.experimental.FieldDefaults;
public class ComponentEntityReference {
String id;
String value;
String type;
int page;
String ruleIdentifier;
String reason;
}

View File

@ -17,7 +17,6 @@ import lombok.experimental.FieldDefaults;
public class ComponentLogEntry {
String value;
List<String> originalValue;
String transformation;
String matchedRule;