RED-6098: Added logs for debugging
This commit is contained in:
parent
8bf1336d23
commit
26efabe83e
@ -88,8 +88,7 @@ public class RedactionLogConverterService {
|
||||
|
||||
List<ReportRedactionEntry> reportEntries = new ArrayList<>();
|
||||
|
||||
var dossier = dossierClient.getDossierById(dossierId, false, false);
|
||||
var allTypes = dictionaryClient.getAllTypesForDossierTemplate(dossier.getDossierTemplateId(), false);
|
||||
var allTypes = dictionaryClient.getAllTypesForDossierTemplate(dossierClient.getDossierById(dossierId, false, false).getDossierTemplateId(), false);
|
||||
log.info("AAAA: {}", allTypes);
|
||||
|
||||
redactionLog.getRedactionLogEntry().forEach(entry -> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user