mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2025-01-23 16:44:29 +00:00
Fix user filter in event logs
This commit is contained in:
parent
bd187b9f2c
commit
6eb8ab637f
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…
Add table
Reference in a new issue