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:
commit
68bef37fe1
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user