mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-04 00:45:46 +02: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 = {
|
default_query_params = {
|
||||||
'filtering': {
|
'filtering': {
|
||||||
'status__in': [1, 2, 3],
|
'status__in': [1, 2],
|
||||||
},
|
},
|
||||||
'sorting': 'created',
|
'sorting': 'created',
|
||||||
'search_string': '',
|
'search_string': '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user