summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
diff options
context:
space:
mode:
authorSunil Joshi <joshi_sunil@in.com>2013-11-05 00:40:49 +0100
committerSimon Green <sgreen@redhat.com>2013-11-05 00:40:49 +0100
commite79ac7a5a2535edb9955b88b6515523385f8e653 (patch)
treeded4ed3a716f815e3d71dff3b253b64faa5de9e3 /Bugzilla/Field.pm
parent79f40fb447c372e2a44cb40dae3ea632f2158109 (diff)
downloadbugzilla-e79ac7a5a2535edb9955b88b6515523385f8e653.tar.gz
bugzilla-e79ac7a5a2535edb9955b88b6515523385f8e653.tar.xz
Bug 523715 - if usetargetmilestone=1, include Target Milestone value in New Bug emai
r=simon, a=glob
Diffstat (limited to 'Bugzilla/Field.pm')
-rw-r--r--Bugzilla/Field.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm
index ebc043ab7..cda252542 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',