Commit 41d57c9f authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 378681: Bug XML only contains group names, while process_bug only accepts…

Bug 378681: Bug XML only contains group names, while process_bug only accepts group IDs - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
parent 2acae490
......@@ -57,7 +57,7 @@
[% IF displayfields.group %]
[% FOREACH g = bug.groups %]
[% NEXT UNLESS g.ison %]
<group>[% g.name FILTER xml %]</group>
<group id="[% g.bit FILTER xml %]">[% g.name FILTER xml %]</group>
[% END %]
[% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment