-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 8.10
-
Component/s: Audit
-
Epic Link:
-
Tags:
-
Upgrade notes:
-
Sprint:nxcore 9.3.6, nxcore 9.3.7
-
Story Points:2
The method DocumentAuditHelper.getAuditParamsForUUID() returns the parameters for searching the history of a Document in the Audit. It starts by searching the log entries for the requested document id. If there is no entry found, a second query is done but this query is only compatible for JPA and does not support Elasticsearch or MongoDB backends.