summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-07 00:09:24 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-07 00:09:24 +0200
commit569c6b69a7cb3c458279efbdfed1b104cd3d9ae5 (patch)
tree4e43c08d0a49bf5debf89d1e179844bb044cb823 /Bugzilla/Bug.pm
parent6576acaeea46e81f45ae5abf846166e538d1a9b6 (diff)
downloadbugzilla-569c6b69a7cb3c458279efbdfed1b104cd3d9ae5.tar.gz
bugzilla-569c6b69a7cb3c458279efbdfed1b104cd3d9ae5.tar.xz
Bug 574995: Make the WebService return reporter, attachment submitter, and
commenter all as "creator" r=timello, a=mkanat
Diffstat (limited to 'Bugzilla/Bug.pm')
-rw-r--r--Bugzilla/Bug.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index 08026f1a3..7d86fe328 100644
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -266,6 +266,7 @@ use constant MAX_LINE_LENGTH => 254;
# use.)
use constant FIELD_MAP => {
creation_time => 'creation_ts',
+ creator => 'reporter',
description => 'comment',
id => 'bug_id',
last_change_time => 'delta_ts',