From 685a5a8246df2d80a764600edf5c3f375fe89066 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Tue, 9 May 2000 05:00:38 +0000 Subject: Add a new param, musthavemilestoneonaccept, which requires users to set the target milestone when accepting a bug. --- defparams.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 41a40faf0..f3ee43a6c 100644 --- a/defparams.pl +++ b/defparams.pl @@ -427,6 +427,11 @@ DefParam("curmilestone", 1, \&check_numeric); +DefParam("musthavemilestoneonaccept", + "If you are using Target Milestone, do you want to require that the milestone be set in order for a user to ACCEPT a bug?", + "b", + 0); + DefParam("useqacontact", "Do you wish to use the QA Contact field?", "b", -- cgit v1.2.3-24-g4f1b