summaryrefslogtreecommitdiffstats
path: root/show_bug.cgi
diff options
context:
space:
mode:
authorghendricks%novell.com <>2009-02-05 19:40:13 +0100
committerghendricks%novell.com <>2009-02-05 19:40:13 +0100
commit9398153efce1f0d32cfcc29363caf0a6aeb98520 (patch)
tree27dace818c78d5adcc3acb8a6e6916a630995094 /show_bug.cgi
parent7d01cb036c10487b653fd5a74a64f38093a863c7 (diff)
downloadbugzilla-9398153efce1f0d32cfcc29363caf0a6aeb98520.tar.gz
bugzilla-9398153efce1f0d32cfcc29363caf0a6aeb98520.tar.xz
Bug 476678 - Rich clients unable to update bugs need security token included in bug xml
patch by ghendricks@novell.com r=LpSolit 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 0578733be..746167eef 100755
--- a/show_bug.cgi
+++ b/show_bug.cgi
@@ -117,7 +117,7 @@ $vars->{'bug_list'} = \@bug_list;
# 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',
- 'attachment', 'attachmentdata');
+ 'attachment', 'attachmentdata', 'token');
my %displayfields;
if ($cgi->param("field")) {