From: Sunil Joshi Date: Wed, 2 Jan 2013 00:42:35 +0000 (+0100) Subject: Bug 825524: When cloning a bug, the "We've made a guess at your operating system... X-Git-Tag: bugzilla-4.2.5~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=482ef8d801bc9fdf5ac2bd5be7ab69453f4def2c;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index f3dd680dfb..634bcf326d 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 %] - [% IF !Param('defaultplatform') || !Param('defaultopsys') %] + [% IF (!Param('defaultplatform') || !Param('defaultopsys')) && !cloned_bug_id %]