diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-02-12 22:32:53 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-02-12 22:32:53 +0000 |
commit | 6d7b336a2a5f7f00d69ef495fcc15f0283307f68 (patch) | |
tree | 0ab56a6b922e4d22c9e0a67579a6561b2091c0c5 /modules/bugzilla/templates | |
parent | b8aeb7ee87cf3caec921f351b82f30c48571bdce (diff) | |
download | puppet-6d7b336a2a5f7f00d69ef495fcc15f0283307f68.tar puppet-6d7b336a2a5f7f00d69ef495fcc15f0283307f68.tar.gz puppet-6d7b336a2a5f7f00d69ef495fcc15f0283307f68.tar.bz2 puppet-6d7b336a2a5f7f00d69ef495fcc15f0283307f68.tar.xz puppet-6d7b336a2a5f7f00d69ef495fcc15f0283307f68.zip |
Set defaultpriority to normal
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 dc1ff6e8..195a3e0b 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -34,7 +34,7 @@ 'cvsroot_get' => '', 'defaultopsys' => 'Linux', 'defaultplatform' => 'i586', - 'defaultpriority' => '---', + 'defaultpriority' => 'normal', 'defaultquery' => 'bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring', 'defaultseverity' => 'normal', 'docs_urlbase' => 'docs/%lang%/html/', |