summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-10-13 08:00:31 +0200
committerterry%mozilla.org <>1999-10-13 08:00:31 +0200
commite18c6fd41b16c91ccb6fbca903b0716af37f27c2 (patch)
tree70eac05642a34965776e48d630ad742ea4ee76dc /defparams.pl
parent2899c8bfd526b57ae0088b2015da4fb54348c80f (diff)
downloadbugzilla-e18c6fd41b16c91ccb6fbca903b0716af37f27c2.tar.gz
bugzilla-e18c6fd41b16c91ccb6fbca903b0716af37f27c2.tar.xz
Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing the
ability to edit components, products, and versions. Yay!
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 7efdc4053..56a63cf6d 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -353,6 +353,12 @@ Reason: %reason%
%urlbase%show_bug.cgi?id=%bugid%
");
+DefParam("allowbugdeletion",
+ q{The pages to edit products and components and versions can delete all associated bugs when you delete a product (or component or version). Since that is a pretty scary idea, you have to turn on this option before any such deletions will ever happen.},
+ "b",
+ 0);
+
+
1;