From: Sunil Joshi Date: Mon, 4 Nov 2013 23:40:49 +0000 (+1000) Subject: Bug 523715 - if usetargetmilestone=1, include Target Milestone value in New Bug emai X-Git-Tag: bugzilla-4.5.2~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e79ac7a5a2535edb9955b88b6515523385f8e653;p=thirdparty%2Fbugzilla.git Bug 523715 - if usetargetmilestone=1, include Target Milestone value in New Bug emai r=simon, a=glob --- diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm index ebc043ab77..cda2525425 100644 --- a/Bugzilla/Field.pm +++ b/Bugzilla/Field.pm @@ -216,7 +216,7 @@ use constant DEFAULT_FIELDS => ( {name => 'attachments.submitter', desc => 'Attachment creator'}, {name => 'target_milestone', desc => 'Target Milestone', - buglist => 1}, + in_new_bugmail => 1, buglist => 1}, {name => 'creation_ts', desc => 'Creation date', buglist => 1}, {name => 'delta_ts', desc => 'Last changed date',