summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
diff options
context:
space:
mode:
authorSimon Green <sgreen@redhat.com>2014-06-17 01:10:52 +0200
committerSimon Green <sgreen@redhat.com>2014-06-17 01:10:52 +0200
commitd771ac8c3a6f6aa20e2e188b22dc8f7f89853434 (patch)
tree5656689b74b2de156860372401e1706f55600db5 /Bugzilla/Field.pm
parentf1a0dec0fc70a2044e205ee40667629253d81433 (diff)
downloadbugzilla-d771ac8c3a6f6aa20e2e188b22dc8f7f89853434.tar.gz
bugzilla-d771ac8c3a6f6aa20e2e188b22dc8f7f89853434.tar.xz
Bug 653597 - Reports with "Real Name" fields use foo_real_name in the url parameters for linked queries
r=gerv, a=justdave
Diffstat (limited to 'Bugzilla/Field.pm')
-rw-r--r--Bugzilla/Field.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm
index 6ad8df573..e72a94293 100644
--- a/Bugzilla/Field.pm
+++ b/Bugzilla/Field.pm
@@ -201,6 +201,12 @@ use constant DEFAULT_FIELDS => (
buglist => 1},
{name => 'qa_contact', desc => 'QAContact', in_new_bugmail => 1,
buglist => 1},
+ {name => 'assigned_to_realname', desc => 'AssignedToName',
+ in_new_bugmail => 0, buglist => 1},
+ {name => 'reporter_realname', desc => 'ReportedByName',
+ in_new_bugmail => 0, buglist => 1},
+ {name => 'qa_contact_realname', desc => 'QAContactName',
+ in_new_bugmail => 0, buglist => 1},
{name => 'cc', desc => 'CC', in_new_bugmail => 1},
{name => 'dependson', desc => 'Depends on', in_new_bugmail => 1,
is_numeric => 1, buglist => 1},