diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-01-02 01:42:35 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-02 01:42:35 +0100 |
commit | 482ef8d801bc9fdf5ac2bd5be7ab69453f4def2c (patch) | |
tree | 6420e947a9b047f121721a78929baed4b0e59b84 /template/en | |
parent | fc18ef1ad344a14174332cd04a04d8182ab85d4b (diff) | |
download | bugzilla-482ef8d801bc9fdf5ac2bd5be7ab69453f4def2c.tar.gz bugzilla-482ef8d801bc9fdf5ac2bd5be7ab69453f4def2c.tar.xz |
Bug 825524: When cloning a bug, the "We've made a guess at your operating system and platform" message should not be displayed
r/a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index f3dd680df..634bcf326 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -303,7 +303,7 @@ TUI_hide_default('attachment_text_field'); bug = default, field = bug_fields.op_sys, editable = 1, value = default.op_sys %] </tr> - [% IF !Param('defaultplatform') || !Param('defaultopsys') %] + [% IF (!Param('defaultplatform') || !Param('defaultopsys')) && !cloned_bug_id %] <tr> <th colspan="3"> </th> <td id="os_guess_note" class="comment"> |