summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2001-08-31 12:54:25 +0200
committermyk%mozilla.org <>2001-08-31 12:54:25 +0200
commit880e86c82eb67a6940e2a38e74c7e66dafb44743 (patch)
tree564680d0c4d636b7ea1ce9129598d07747fb509d /defparams.pl
parent0e9bbc0b0cf55e2da4d5e4ea30ba8a02324d6265 (diff)
downloadbugzilla-880e86c82eb67a6940e2a38e74c7e66dafb44743.tar.gz
bugzilla-880e86c82eb67a6940e2a38e74c7e66dafb44743.tar.xz
Fix for bug 84338: initial implementation of attachment tracker, which lets users flag attachments with statuses.
Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 46a00b78f..31bd57d4f 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -669,4 +669,9 @@ DefParam("moved-default-component",
"t",
'');
+DefParam("useattachmenttracker",
+ "Whether or not to use the attachment tracker that adds additional features for tracking bug attachments.",
+ "b",
+ 0);
+
1;