RED-7631: adjust reports for IMAGE_HINT entry type
This commit is contained in:
parent
e5a2dbc9d3
commit
db47c7d2d1
@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
<properties>
|
||||
<persistence-service.version>2.217.0</persistence-service.version>
|
||||
<persistence-service.version>2.229.0</persistence-service.version>
|
||||
<apache-poi.version>5.2.3</apache-poi.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@ -157,7 +157,7 @@ public class EntityLogConverterService {
|
||||
return entry.getSection();
|
||||
}
|
||||
|
||||
if (entry.getEntryType() == EntryType.IMAGE) {
|
||||
if (entry.getEntryType() == EntryType.IMAGE || entry.getEntryType() == EntryType.IMAGE_HINT) {
|
||||
return "Image: " + humanize(entry.getType());
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user