RED-1212: Ignore excluded redactionlog entries
This commit is contained in:
parent
aac01c6866
commit
7d33b0d97e
@ -24,7 +24,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.iqser.red.service</groupId>
|
<groupId>com.iqser.red.service</groupId>
|
||||||
<artifactId>redaction-service-api-v1</artifactId>
|
<artifactId>redaction-service-api-v1</artifactId>
|
||||||
<version>2.15.0</version>
|
<version>2.23.0</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>com.iqser.red.service</groupId>
|
<groupId>com.iqser.red.service</groupId>
|
||||||
|
|||||||
@ -23,6 +23,10 @@ public class RedactionLogConverterService {
|
|||||||
|
|
||||||
if (entry.isRedacted()) {
|
if (entry.isRedacted()) {
|
||||||
|
|
||||||
|
if(entry.isExcluded()){
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (entry.isRecommendation()) {
|
if (entry.isRecommendation()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user