From 9398153efce1f0d32cfcc29363caf0a6aeb98520 Mon Sep 17 00:00:00 2001 From: "ghendricks%novell.com" <> Date: Thu, 5 Feb 2009 18:40:13 +0000 Subject: Bug 476678 - Rich clients unable to update bugs need security token included in bug xml patch by ghendricks@novell.com r=LpSolit a=LpSolit --- show_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'show_bug.cgi') 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")) { -- cgit v1.2.3-24-g4f1b