Merge branch 'RED-8313' into 'master'
RED-8313: Do not add IMAGE_HINT to reports Closes RED-8313 See merge request redactmanager/redaction-report-service!52
This commit is contained in:
commit
1942d4d23f
@ -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