RED-8773 - Wrong value for recategorized and forced logo - backport
- use image.getValue instead of image.value() so that following recategorizations for images will get the updated value
This commit is contained in:
parent
0d53e65a0c
commit
afc83db249
@ -190,7 +190,7 @@ public class EntityLogCreatorService {
|
|||||||
boolean isHint = dictionaryService.isHint(imageType, dossierTemplateId);
|
boolean isHint = dictionaryService.isHint(imageType, dossierTemplateId);
|
||||||
return EntityLogEntry.builder()
|
return EntityLogEntry.builder()
|
||||||
.id(image.getId())
|
.id(image.getId())
|
||||||
.value(image.value())
|
.value(image.getValue())
|
||||||
.type(imageType)
|
.type(imageType)
|
||||||
.reason(image.buildReasonWithManualChangeDescriptions())
|
.reason(image.buildReasonWithManualChangeDescriptions())
|
||||||
.legalBasis(image.legalBasis())
|
.legalBasis(image.legalBasis())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user