]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 523715 - if usetargetmilestone=1, include Target Milestone value in New Bug emai
authorSunil Joshi <joshi_sunil@in.com>
Mon, 4 Nov 2013 23:40:49 +0000 (09:40 +1000)
committerSimon Green <sgreen@redhat.com>
Mon, 4 Nov 2013 23:40:49 +0000 (09:40 +1000)
r=simon, a=glob

Bugzilla/Field.pm

index ebc043ab77e031665d1056dc97a6425fa594cc43..cda2525425a478d5b01f67e02da42fdfa86da3b5 100644 (file)
@@ -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',