Skip to content

Commit

Permalink
fix for build mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Sep 25, 2020
1 parent 7c20449 commit 1d19772
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -214,7 +214,7 @@ private List<AuditEventRecordType> listRecords(long first, long count, Task task
ObjectCollectionType collection = getCollectionForQuery();
if (collection != null && (collection.getFilter() != null || collectionRef.getFilter() != null)) {
try {
auditRecordList = getPage().getDashboardService().searchObjectFromCollection(collectionRef, null, task, task.getResult());
auditRecordList = getPage().getDashboardService().searchObjectFromCollection(collectionRef, task, task.getResult());
} catch (Exception e) {
result.recordFatalError(
getPage().createStringResource("AuditEventRecordProvider.message.listRecords.fatalError", e.getMessage()).getString(), e);
Expand Down

0 comments on commit 1d19772

Please sign in to comment.