RED-8339: readded deprecated originalValue as it is currently used by FE until...
This commit is contained in:
parent
6e9548dca4
commit
2c97b7f04e
@ -16,7 +16,7 @@ val layoutParserVersion = "0.139.0"
|
|||||||
val jacksonVersion = "2.15.2"
|
val jacksonVersion = "2.15.2"
|
||||||
val droolsVersion = "9.44.0.Final"
|
val droolsVersion = "9.44.0.Final"
|
||||||
val pdfBoxVersion = "3.0.0"
|
val pdfBoxVersion = "3.0.0"
|
||||||
val persistenceServiceVersion = "2.439.0"
|
val persistenceServiceVersion = "2.444.0"
|
||||||
val springBootStarterVersion = "3.1.5"
|
val springBootStarterVersion = "3.1.5"
|
||||||
val springCloudVersion = "4.0.4"
|
val springCloudVersion = "4.0.4"
|
||||||
val testContainersVersion = "1.19.7"
|
val testContainersVersion = "1.19.7"
|
||||||
|
|||||||
@ -41,6 +41,7 @@ public class ComponentLogCreatorService {
|
|||||||
|
|
||||||
return ComponentLogEntryValue.builder()
|
return ComponentLogEntryValue.builder()
|
||||||
.value(component.getValue())
|
.value(component.getValue())
|
||||||
|
.originalValue(component.getValue())
|
||||||
.componentRuleId(component.getMatchedRule().toString())
|
.componentRuleId(component.getMatchedRule().toString())
|
||||||
.valueDescription(component.getValueDescription())
|
.valueDescription(component.getValueDescription())
|
||||||
.componentLogEntityReferences(toComponentEntityReferences(component.getReferences()
|
.componentLogEntityReferences(toComponentEntityReferences(component.getReferences()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user