mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-12-26 08:39:08 +01:00
Do not include resolved tickets in default ticket query
This commit is contained in:
parent
ecbb91b861
commit
eea76a5eb7
@ -804,7 +804,7 @@ def ticket_list(request):
|
||||
}
|
||||
default_query_params = {
|
||||
'filtering': {
|
||||
'status__in': [1, 2, 3],
|
||||
'status__in': [1, 2],
|
||||
},
|
||||
'sorting': 'created',
|
||||
'search_string': '',
|
||||
|
Loading…
Reference in New Issue
Block a user