Merge branch 'RED-7662' into 'master'
RED-7662 - Don't display hasHints flag if there are no hints Closes RED-7662 See merge request redactmanager/persistence-service!288
This commit is contained in:
commit
150df5e721
@ -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