From e5906184df56c7f47ea733f02e6a3846207145cd Mon Sep 17 00:00:00 2001 From: DavidVadnais Date: Wed, 12 Mar 2025 02:59:54 +0000 Subject: [PATCH] Removed filtering for last followup --- .../helpdesk/filters/followupdates.html | 20 ------------------- helpdesk/templates/helpdesk/ticket_list.html | 7 ------- 2 files changed, 27 deletions(-) delete mode 100644 helpdesk/templates/helpdesk/filters/followupdates.html diff --git a/helpdesk/templates/helpdesk/filters/followupdates.html b/helpdesk/templates/helpdesk/filters/followupdates.html deleted file mode 100644 index d8e9e8df..00000000 --- a/helpdesk/templates/helpdesk/filters/followupdates.html +++ /dev/null @@ -1,20 +0,0 @@ -{% load i18n humanize %} -
-
- -
-
- -
-
- -
-
- -
-
- -
- -

{% trans "Use YYYY-MM-DD date format, eg 2018-01-30. This only searches when the last followup occured" %}

-
diff --git a/helpdesk/templates/helpdesk/ticket_list.html b/helpdesk/templates/helpdesk/ticket_list.html index 298c0cc5..ce686692 100644 --- a/helpdesk/templates/helpdesk/ticket_list.html +++ b/helpdesk/templates/helpdesk/ticket_list.html @@ -189,9 +189,6 @@ - @@ -228,10 +225,6 @@ id="filterBoxKBItems"> {% include 'helpdesk/filters/kbitems.html' %} -
  • - {% include 'helpdesk/filters/followupdates.html' %} -