diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2016-02-24 16:12:53 +0100 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2016-02-24 16:12:53 +0100 |
commit | 4678122b70106847506c0a795d93c8d9681f8e8c (patch) | |
tree | 0e69c50423ebcbc7d9af294ada2e5cef340d777a /modules | |
parent | 073644369dd2be4742b78a48ef7795520a27de93 (diff) | |
download | puppet-4678122b70106847506c0a795d93c8d9681f8e8c.tar puppet-4678122b70106847506c0a795d93c8d9681f8e8c.tar.gz puppet-4678122b70106847506c0a795d93c8d9681f8e8c.tar.bz2 puppet-4678122b70106847506c0a795d93c8d9681f8e8c.tar.xz puppet-4678122b70106847506c0a795d93c8d9681f8e8c.zip |
Set All as default platform by defaul ( LpSolit )
Diffstat (limited to 'modules')
-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 a12379fa..21269924 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -36,7 +36,7 @@ 'debug_group' => 'editbugs', 'default_search_limit' => '500', 'defaultopsys' => 'Linux', - 'defaultplatform' => 'i586', + 'defaultplatform' => 'All', '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', |