summaryrefslogtreecommitdiffstats
path: root/show_bug.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-08-05 03:25:44 +0200
committerlpsolit%gmail.com <>2009-08-05 03:25:44 +0200
commit8b2db148f30d74283d3a80ebd77691c94a1ca4a7 (patch)
tree14f8a74732dceef338a3a2c90259d42033ceacf7 /show_bug.cgi
parentc253b28a9ac660be1db0212967342eef2c4f142d (diff)
downloadbugzilla-8b2db148f30d74283d3a80ebd77691c94a1ca4a7.tar.gz
bugzilla-8b2db148f30d74283d3a80ebd77691c94a1ca4a7.tar.xz
Bug 508416: Bug flags are always displayed in the XML view of bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
Diffstat (limited to 'show_bug.cgi')
-rwxr-xr-xshow_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/show_bug.cgi b/show_bug.cgi
index 746167eef..42fad7121 100755
--- a/show_bug.cgi
+++ b/show_bug.cgi
@@ -116,7 +116,7 @@ $vars->{'bug_list'} = \@bug_list;
# If no explicit list is defined, we show all fields. We then exclude any
# on the exclusion list. This is so you can say e.g. "Everything except
# attachments" without listing almost all the fields.
-my @fieldlist = (Bugzilla::Bug->fields, 'group', 'long_desc',
+my @fieldlist = (Bugzilla::Bug->fields, 'flag', 'group', 'long_desc',
'attachment', 'attachmentdata', 'token');
my %displayfields;