From e18c6fd41b16c91ccb6fbca903b0716af37f27c2 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Wed, 13 Oct 1999 06:00:31 +0000 Subject: Patch by Holger Schurig -- rewriting and enhancing the ability to edit components, products, and versions. Yay! --- defparams.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'defparams.pl') 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; -- cgit v1.2.3-24-g4f1b