summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-16 06:51:10 +0100
committertravis%sedsystems.ca <>2005-02-16 06:51:10 +0100
commit8c3f0e1aeaddedd8a9b377ed4ff9a8a31b917600 (patch)
tree7e45ddc67e9c490a301d0715a6f17fecfa87ec3e /defparams.pl
parent647577784777d9b71113d5353efbcfa4600fb6ae (diff)
downloadbugzilla-8c3f0e1aeaddedd8a9b377ed4ff9a8a31b917600.tar.gz
bugzilla-8c3f0e1aeaddedd8a9b377ed4ff9a8a31b917600.tar.xz
Bug 99567 : Allow Milestone to be set on creation of bug as an option
Patch by Todd Stansell <tjs@tellme.com> r=kiko,justdave a=justdave
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?',