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:
Dominique Eifländer 2024-02-08 09:40:10 +01:00
commit 1942d4d23f

View File

@ -105,7 +105,7 @@ public class EntityLogConverterService {
return;
}
if (entry.getEntryType() == EntryType.HINT) {
if (entry.getEntryType() == EntryType.HINT || entry.getEntryType() == EntryType.IMAGE_HINT) {
return;
}