RED-8773 - Wrong value for recategorized and forced logo

This commit is contained in:
Corina Olariu 2024-04-03 15:18:06 +02:00 committed by Kilian Schüttler
parent 25015f633e
commit 13e60e05b6

View File

@ -188,7 +188,7 @@ public class EntityLogCreatorService {
boolean isHint = dictionaryService.isHint(imageType, dossierTemplateId);
return EntityLogEntry.builder()
.id(image.getId())
.value(image.value())
.value(image.getValue())
.type(imageType)
.reason(image.buildReasonWithManualChangeDescriptions())
.legalBasis(image.legalBasis())