summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-05-09 07:00:38 +0200
committerterry%mozilla.org <>2000-05-09 07:00:38 +0200
commit685a5a8246df2d80a764600edf5c3f375fe89066 (patch)
tree3609a8b249dc3c0ee99220936bcea32182fc4239 /defparams.pl
parentaf0b3b810fce8bf012f086ea4b3702a00c6ac7e5 (diff)
downloadbugzilla-685a5a8246df2d80a764600edf5c3f375fe89066.tar.gz
bugzilla-685a5a8246df2d80a764600edf5c3f375fe89066.tar.xz
Add a new param, musthavemilestoneonaccept, which requires users to
set the target milestone when accepting a bug.
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 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",