Merge branch 'RED-6009' into 'master'

RED-6009: change matchedrule to String in redactionlog

Closes RED-6009

See merge request redactmanager/persistence-service!15
This commit is contained in:
Kilian Schüttler 2023-06-21 10:52:00 +02:00
commit 68bef37fe1

View File

@ -25,7 +25,7 @@ public class RedactionLogEntry {
private String type;
private String value;
private String reason;
private int matchedRule;
private String matchedRule;
private boolean rectangle;
private String legalBasis;