diff options
author | ghendricks%novell.com <> | 2009-02-05 19:40:13 +0100 |
---|---|---|
committer | ghendricks%novell.com <> | 2009-02-05 19:40:13 +0100 |
commit | 9398153efce1f0d32cfcc29363caf0a6aeb98520 (patch) | |
tree | 27dace818c78d5adcc3acb8a6e6916a630995094 /show_bug.cgi | |
parent | 7d01cb036c10487b653fd5a74a64f38093a863c7 (diff) | |
download | bugzilla-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-x | show_bug.cgi | 2 |
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")) { |