From ba321462c36953f6bf8b5966b56015a7e26cd46b Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Fri, 7 Aug 2020 13:03:16 +0200 Subject: [PATCH] Attempted fix for #849 Probably fixes #849 --- helpdesk/views/staff.py | 1 + 1 file changed, 1 insertion(+) diff --git a/helpdesk/views/staff.py b/helpdesk/views/staff.py index 893dd7b5..c8fab8a2 100644 --- a/helpdesk/views/staff.py +++ b/helpdesk/views/staff.py @@ -32,6 +32,7 @@ from helpdesk.query import ( query_to_dict, query_to_base64, query_from_base64, + apply_query, ) from helpdesk.user import HelpdeskUser