diff options
author | Reed Loden <reed@reedloden.com> | 2010-02-28 21:14:26 +0100 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2010-02-28 21:14:26 +0100 |
commit | bb2b0198824b22e7d333f7938494be4a5a4ef7c0 (patch) | |
tree | e316e064e40a76a525ad186b3ee94eb06932741c /buglist.cgi | |
parent | da55a3048f6baeda85846d0592bf496f154f12db (diff) | |
download | bugzilla-bb2b0198824b22e7d333f7938494be4a5a4ef7c0.tar.gz bugzilla-bb2b0198824b22e7d333f7938494be4a5a4ef7c0.tar.xz |
Bug 537834 - "Buglist results using atom ctype do not display users with empty real names"
[r=LpSolit a=LpSolit]
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-x | buglist.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buglist.cgi b/buglist.cgi index 48fe2d873..a472edee4 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -724,9 +724,11 @@ if ($format->{'extension'} eq 'atom') { 'short_desc', 'opendate', 'changeddate', + 'reporter', 'reporter_realname', 'priority', 'bug_severity', + 'assigned_to', 'assigned_to_realname', 'bug_status', 'product', |