From: lpsolit%gmail.com <> Date: Thu, 29 Jan 2009 21:00:24 +0000 (+0000) Subject: Bug 473201: config.rdf.tmpl flag_type should include group information - Patch by... X-Git-Tag: bugzilla-3.3.2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25e6018ac8a6cf1a99b299fe60ce6c5b1e1d61e6;p=thirdparty%2Fbugzilla.git Bug 473201: config.rdf.tmpl flag_type should include group information - Patch by Frank Becker r/a=LpSolit --- diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl index 84465ddd5e..e8050489a2 100644 --- a/template/en/default/config.rdf.tmpl +++ b/template/en/default/config.rdf.tmpl @@ -224,6 +224,10 @@ [% flag_type.is_requestable FILTER html %] [% flag_type.is_requesteeble FILTER html %] [% flag_type.is_multiplicable FILTER html %] + [% IF user.in_group("editcomponents") %] + [% flag_type.grant_group.name FILTER html %] + [% flag_type.request_group.name FILTER html %] + [% END %] [% END %]