mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-24 08:53:40 +01:00
Fixed pairing parenthesis
This commit is contained in:
parent
c9628e3234
commit
2ff266a612
@ -79,7 +79,6 @@ class OpenTicketsByUser(Feed):
|
||||
).filter(
|
||||
queue=obj['queue']
|
||||
).filter(Q_OPEN_STATUSES)
|
||||
)
|
||||
else:
|
||||
return Ticket.objects.filter(
|
||||
assigned_to=obj['user']
|
||||
|
Loading…
Reference in New Issue
Block a user