RED-8773 - Wrong value for recategorized and forced logo
This commit is contained in:
parent
25015f633e
commit
13e60e05b6
@ -188,7 +188,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