mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-04 17:06:27 +00:00
Fix user filter in event logs
This commit is contained in:
parent
8cfc5d66ee
commit
b5b2e281a8
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class ActionsSearch:
|
|||
query = Q()
|
||||
|
||||
if user:
|
||||
query &= Q(user=user)
|
||||
query &= Q(user__pseudo=user)
|
||||
|
||||
if start:
|
||||
query &= Q(date_created__gte=start)
|
||||
|
|
Loading…
Reference in a new issue