From e00e19625ae396e7ff846b2610b620df0a4b8f18 Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Mon, 27 Nov 2023 11:14:10 +0100 Subject: [PATCH 1/3] Remove Due Date and Submitter columns from My Tickets view as these are not necessary --- helpdesk/templates/helpdesk/my_tickets.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helpdesk/templates/helpdesk/my_tickets.html b/helpdesk/templates/helpdesk/my_tickets.html index 2ec74f53..6cb0726e 100644 --- a/helpdesk/templates/helpdesk/my_tickets.html +++ b/helpdesk/templates/helpdesk/my_tickets.html @@ -11,8 +11,6 @@ Queue Status Created - Due Date - Submitter @@ -43,8 +41,6 @@ window.addEventListener('load', function() ${ticket.queue.title} ${ticket.status} ${ticket.created} - ${ticket.due_date ? ticket.due_date : 'N/A'} - ${ticket.submitter} `); }); From 2360c2ed53f2d36fb4125953757451c16b357459 Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Mon, 27 Nov 2023 11:18:31 +0100 Subject: [PATCH 2/3] Add My Tickets view to staff menu as well --- helpdesk/templates/helpdesk/navigation-sidebar.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helpdesk/templates/helpdesk/navigation-sidebar.html b/helpdesk/templates/helpdesk/navigation-sidebar.html index e42815f8..f6840bdc 100644 --- a/helpdesk/templates/helpdesk/navigation-sidebar.html +++ b/helpdesk/templates/helpdesk/navigation-sidebar.html @@ -40,6 +40,12 @@ {% trans "New Ticket" %} +