Pull request #416: RED-4407: Fixed merging request for dossierDictionarys in redactionLog
Merge in RED/redaction-service from RED-4407 to master * commit 'a74d049cf8a52395771f9940471defd692cae0e8': RED-4407: Fixed merging request for dossierDictionarys in redactionLog
This commit is contained in:
commit
6b89572c87
@ -414,7 +414,7 @@ public class RedactionLogMergeService {
|
|||||||
@SuppressWarnings("PMD.UselessParentheses")
|
@SuppressWarnings("PMD.UselessParentheses")
|
||||||
private boolean shouldCreateManualEntry(ManualRedactionEntry manualRedactionEntry) {
|
private boolean shouldCreateManualEntry(ManualRedactionEntry manualRedactionEntry) {
|
||||||
|
|
||||||
return (!manualRedactionEntry.isAddToDictionary() && !manualRedactionEntry.isAddToDossierDictionary()) || ((manualRedactionEntry.isAddToDictionary() || manualRedactionEntry.isAddToDictionary()) && manualRedactionEntry.getProcessedDate() == null);
|
return (!manualRedactionEntry.isAddToDictionary() && !manualRedactionEntry.isAddToDossierDictionary()) || ((manualRedactionEntry.isAddToDictionary() || manualRedactionEntry.isAddToDossierDictionary()) && manualRedactionEntry.getProcessedDate() == null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user