RED-7662 - Don't display hasHints flag if there are no hints
This commit is contained in:
parent
b7c4ec2d75
commit
568979a4e1
@ -98,7 +98,7 @@ public class AnalysisFlagsCalculationService {
|
||||
hasRedactions = true;
|
||||
}
|
||||
|
||||
if (!hasHints && entryType.equals(EntryType.HINT)) {
|
||||
if (!hasHints && entryType.equals(EntryType.HINT) && !entry.getState().equals(EntryState.REMOVED)) {
|
||||
hasHints = true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user