-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.6.0
-
None
I'm implementing a custom HistoryLevel but am unable to filter on entityType.
private HistoryEventTypes(String entityType, String eventName) { this.entityType = eventName; this.eventName = eventName; }
I guess this should be this.entityType = entityType