mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-20 20:35:58 +02:00
Merge pull request #1296 from DavidVadnais/main
Cleanup helpdesk settings call.
This commit is contained in:
@@ -485,7 +485,7 @@ def view_ticket(request, ticket_id):
|
||||
"checklist_form": checklist_form,
|
||||
"customfields_form": customfields_form,
|
||||
"assignable_users": get_assignable_users(
|
||||
bool(getattr(settings, "HELPDESK_STAFF_ONLY_TICKET_OWNERS", False))
|
||||
helpdesk_settings.HELPDESK_STAFF_ONLY_TICKET_OWNERS
|
||||
),
|
||||
**extra_context_kwargs,
|
||||
},
|
||||
|
Reference in New Issue
Block a user