summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 2aa0331f3..3f91aabe2 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -888,6 +888,15 @@ You will get this message once a day until you\'ve dealt with these bugs!
},
{
+ name => 'letsubmitterchoosemilestone',
+ desc => 'If this is on, then people submitting bugs can choose the ' .
+ 'Target Milestone for that bug. If off, then all bugs initially ' .
+ 'have the default milestone for the product being filed in.',
+ type => 'b',
+ default => 1
+ },
+
+ {
name => 'musthavemilestoneonaccept',
desc => '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?',