RED-8313: Do not add IMAGE_HINT to reports
This commit is contained in:
parent
b469182f2f
commit
3b21f76fed
@ -105,7 +105,7 @@ public class EntityLogConverterService {
|
||||
return;
|
||||
}
|
||||
|
||||
if (entry.getEntryType() == EntryType.HINT) {
|
||||
if (entry.getEntryType() == EntryType.HINT || entry.getEntryType() == EntryType.IMAGE_HINT) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user