Commit 25e6018a authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 473201: config.rdf.tmpl flag_type should include group information - Patch…

Bug 473201: config.rdf.tmpl flag_type should include group information - Patch by Frank Becker <Frank@Frank-Becker.de> r/a=LpSolit
parent b5ae8cde
...@@ -224,6 +224,10 @@ ...@@ -224,6 +224,10 @@
<bz:requestable>[% flag_type.is_requestable FILTER html %]</bz:requestable> <bz:requestable>[% flag_type.is_requestable FILTER html %]</bz:requestable>
<bz:specifically_requestable>[% flag_type.is_requesteeble FILTER html %]</bz:specifically_requestable> <bz:specifically_requestable>[% flag_type.is_requesteeble FILTER html %]</bz:specifically_requestable>
<bz:multiplicable>[% flag_type.is_multiplicable FILTER html %]</bz:multiplicable> <bz:multiplicable>[% flag_type.is_multiplicable FILTER html %]</bz:multiplicable>
[% IF user.in_group("editcomponents") %]
<bz:grant_group>[% flag_type.grant_group.name FILTER html %]</bz:grant_group>
<bz:request_group>[% flag_type.request_group.name FILTER html %]</bz:request_group>
[% END %]
</bz:flag_type> </bz:flag_type>
</li> </li>
[% 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