diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-01-02 01:40:19 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-02 01:40:19 +0100 |
commit | 077fc512a446adbf3316ea570b468ceb3d854935 (patch) | |
tree | 0de5e9643102b6e00c30313fdfbbb7789ff00da1 /template/en | |
parent | ad7fc1e30c6851e40e8425c4095f62f14919ad7e (diff) | |
download | bugzilla-077fc512a446adbf3316ea570b468ceb3d854935.tar.gz bugzilla-077fc512a446adbf3316ea570b468ceb3d854935.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 132385ef5..382e704b7 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -284,7 +284,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"> |