Merge branch 'RED-8339' into 'master'
RED-8339: readded deprecated originalValue as it is currently used by FE until... Closes RED-8339 See merge request redactmanager/redaction-service!424
This commit is contained in:
commit
d042e5b38c
@ -16,7 +16,7 @@ val layoutParserVersion = "0.139.0"
|
||||
val jacksonVersion = "2.15.2"
|
||||
val droolsVersion = "9.44.0.Final"
|
||||
val pdfBoxVersion = "3.0.0"
|
||||
val persistenceServiceVersion = "2.439.0"
|
||||
val persistenceServiceVersion = "2.444.0"
|
||||
val springBootStarterVersion = "3.1.5"
|
||||
val springCloudVersion = "4.0.4"
|
||||
val testContainersVersion = "1.19.7"
|
||||
|
||||
@ -41,6 +41,7 @@ public class ComponentLogCreatorService {
|
||||
|
||||
return ComponentLogEntryValue.builder()
|
||||
.value(component.getValue())
|
||||
.originalValue(component.getValue())
|
||||
.componentRuleId(component.getMatchedRule().toString())
|
||||
.valueDescription(component.getValueDescription())
|
||||
.componentLogEntityReferences(toComponentEntityReferences(component.getReferences()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user