8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-24 20:33:11 +00:00

Fix event type filter in postgre

This commit is contained in:
Jean-Romain Garnier 2020-04-24 23:34:40 +02:00 committed by Jean-Romain Garnier
parent c4de496498
commit 53cc9b1665

View file

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