From 6ec7045456bbaa0c00b3699e211b30afcefdd414 Mon Sep 17 00:00:00 2001
From: Judah Anthony <judahanthony@economist.com>
Date: Wed, 26 Mar 2014 17:38:17 -0400
Subject: [PATCH] Add the topicId to the list of filters

---
 include/class.topic.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/class.topic.php b/include/class.topic.php
index ee5ffc719..44257e049 100644
--- a/include/class.topic.php
+++ b/include/class.topic.php
@@ -271,4 +271,6 @@ class Topic {
         return false;
     }
 }
-?>
+
+// Add fields from the standard ticket form to the ticket filterable fields
+Filter::addSupportedMatches('Help Topics', array('topicId' => 'Topic ID'));
-- 
GitLab