From: Sunil Joshi Date: Wed, 2 Jan 2013 00:41:23 +0000 (+0100) Subject: Bug 825524: When cloning a bug, the "We've made a guess at your operating system... X-Git-Tag: bugzilla-4.4rc2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=375cc7762ac75b818b3b2bfaddbfa0555b29c90b;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 62b2d6a603..f16ef0f0bb 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 %] - [% IF !Param('defaultplatform') || !Param('defaultopsys') %] + [% IF (!Param('defaultplatform') || !Param('defaultopsys')) && !cloned_bug_id %]