RED-8339: readded deprecated originalValue as it is currently used by FE until...

This commit is contained in:
Ali Oezyetimoglu 2024-06-10 14:27:07 +02:00
parent 6e9548dca4
commit 2c97b7f04e
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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()