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 --- template/en/default/bug/show.xml.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template/en/default/bug/show.xml.tmpl') diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index f6f3617a0..1114d9cd7 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -48,6 +48,11 @@ [% END %] [% END %] + [%# This is here so automated clients can still use process_bug.cgi %] + [% IF displayfields.token && user.id %] + [% issue_hash_token([bug.id, bug.delta_ts]) FILTER xml %] + [% END %] + [%# Now handle 'special' fields #%] [% IF displayfields.group %] [% FOREACH g = bug.groups %] -- cgit v1.2.3-24-g4f1b