RED-8702: Explore document databases to store entityLog
* partial fix for wrong service call
This commit is contained in:
parent
31def9fab3
commit
a57cdf7157
@ -212,7 +212,7 @@ public class RedactionStorageService {
|
||||
|
||||
public List<EntityLogEntry> findEntriesWithIds(String dossierId, String fileId, Collection<String> entryIds) {
|
||||
|
||||
return entityLogMongoService.findAllEntityLogEntriesWithContainingNodeIdsWithEntryIdsIn(dossierId, fileId, entryIds);
|
||||
return entityLogMongoService.findAllEntityLogEntriesWithEntryIdsIn(dossierId, fileId, entryIds);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user