From e5930668c54b9d8dfcaede475f35d8518fe972cb Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Tue, 16 Jan 2024 16:22:57 +0000 Subject: [PATCH] Tag Strict/Loose filter controls (non-functional) Controls to specify whether to use the AND or OR operators when applying ticket filters. I.e: - Only show tickets with tag1 AND tag2 - Show tickets matching either tag1 OR tag2 --- apps/templates/home/tickets.html | 44 +++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/apps/templates/home/tickets.html b/apps/templates/home/tickets.html index cffdc77..e318515 100644 --- a/apps/templates/home/tickets.html +++ b/apps/templates/home/tickets.html @@ -66,8 +66,50 @@ {% if tags %} + {% for tag in tags %}