From: lpsolit%gmail.com <> Date: Tue, 19 Dec 2006 17:38:11 +0000 (+0000) Subject: Back out a change which is not part of the patch I reviewed and which breaks the... X-Git-Tag: bugzilla-2.23.4~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f4ade1f01bfca77c9db8d56dd8cc5b2b4062d7a;p=thirdparty%2Fbugzilla.git Back out a change which is not part of the patch I reviewed and which breaks the list of flags to display on bug and attachment creation - see bug 335389 --- diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index 9f89faacba..d3c9832187 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -184,7 +184,7 @@ [%# Step 2: Display flag type again (if type is multiplicable). %] [% FOREACH type = flag_types %] - [% NEXT UNLESS type.is_multiplicable && type.is_active %] + [% NEXT UNLESS type.flags && type.flags.size > 0 && type.is_multiplicable && type.is_active %] [% IF !separator_displayed %]
[% separator_displayed = 1 %]