From f21a2d3506d4c4913d0d0a8c1134188a85b76562 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 11 Dec 2013 03:50:59 +0800 Subject: Bug 942725: add the ability to tag comments with arbitrary tags --- Bugzilla/Config/BugFields.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Config/BugFields.pm') diff --git a/Bugzilla/Config/BugFields.pm b/Bugzilla/Config/BugFields.pm index d0de9dac6..490d945ea 100644 --- a/Bugzilla/Config/BugFields.pm +++ b/Bugzilla/Config/BugFields.pm @@ -113,7 +113,13 @@ sub get_param_list { choices => ['', @legal_OS], default => '', checker => \&check_opsys - } ); + }, + + { + name => 'collapsed_comment_tags', + type => 't', + default => 'obsolete, spam', + }); return @param_list; } -- cgit v1.2.3-24-g4f1b