Skip to content

Commit

Permalink
Re-add item type check to distributed reports
Browse files Browse the repository at this point in the history
The check was temporarily disabled.
  • Loading branch information
mederly committed Oct 1, 2021
1 parent 0bf0626 commit 3d3be80
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ private void initializeController(OperationResult result) throws CommonException
stateCheck(searchSpecificationHolder.searchSpecification != null, "No search specification was provided");
masterSearchSpecification = searchSpecificationHolder.searchSpecification;

// if (AuditEventRecordType.class.equals(masterSearchSpecification.getType())) {
initializeAuditReportBucketing(result);
// }
if (AuditEventRecordType.class.equals(masterSearchSpecification.getType())) {
initializeAuditReportBucketing(result);
}
}

@Override
Expand Down

0 comments on commit 3d3be80

Please sign in to comment.