diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-03-14 23:11:35 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-03-14 23:11:35 +0000 |
commit | b4df85c13843e392fb309d057e8b201c4aafd1fc (patch) | |
tree | c86a12052e2c8d06824c5d297d1a866b76598191 /modules/bugzilla/templates | |
parent | 590c9f599a8f906c362fa7c15f869a34643a915b (diff) | |
download | puppet-b4df85c13843e392fb309d057e8b201c4aafd1fc.tar puppet-b4df85c13843e392fb309d057e8b201c4aafd1fc.tar.gz puppet-b4df85c13843e392fb309d057e8b201c4aafd1fc.tar.bz2 puppet-b4df85c13843e392fb309d057e8b201c4aafd1fc.tar.xz puppet-b4df85c13843e392fb309d057e8b201c4aafd1fc.zip |
Enable milestone support as requested by rda
Diffstat (limited to 'modules/bugzilla/templates')
-rw-r--r-- | modules/bugzilla/templates/params | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index 59a03d28..6fddf7e5 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -98,7 +98,7 @@ 'user_info_class' => 'CGI', 'user_verify_class' => 'LDAP', 'usestatuswhiteboard' => 1, - 'usetargetmilestone' => 0, + 'usetargetmilestone' => 1, 'usevisibilitygroups' => 0, 'usevotes' => 0, 'utf8' => 1, |