From: lpsolit%gmail.com <> Date: Mon, 19 Oct 2009 16:37:04 +0000 (+0000) Subject: Bug 378681: Bug XML only contains group names, while process_bug only accepts group... X-Git-Tag: bugzilla-3.4.3~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb5086251ec7116e7c8b9ff19e9820ee20425983;p=thirdparty%2Fbugzilla.git Bug 378681: Bug XML only contains group names, while process_bug only accepts group IDs - Patch by Frédéric Buclin r=ghendricks a=LpSolit --- diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 12c813d87f..858ee1b2c7 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -57,7 +57,7 @@ [% IF displayfields.group %] [% FOREACH g = bug.groups %] [% NEXT UNLESS g.ison %] - [% g.name FILTER xml %] + [% g.name FILTER xml %] [% END %] [% END %]