Browse Source

Fix event type filter in postgre

missing_event_in_history
Jean-Romain Garnier 6 years ago
committed by Jean-Romain Garnier
parent
commit
53cc9b1665
  1. 2
      logs/models.py

2
logs/models.py

@ -87,7 +87,7 @@ class ActionsSearch:
if c is None: if c is None:
return None return None
classes += c classes += c.lower()
return classes return classes

Loading…
Cancel
Save