From: Frédéric Buclin Date: Mon, 12 Sep 2011 00:51:55 +0000 (+0200) Subject: Bug 686246: When editing the inclusion and exclusion lists of a flagtype, empty grant... X-Git-Tag: bugzilla-4.2rc1~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=393dd151c6138b53c2f3ecaa21f2667ab827061d;p=thirdparty%2Fbugzilla.git Bug 686246: When editing the inclusion and exclusion lists of a flagtype, empty grant and request groups are replaced by "" instead of "(no group)" in the drop-down menu a=LpSolit --- diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index f44c44d9d4..2cb985a47f 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -262,7 +262,7 @@ [%- group.name FILTER html ~%] [% END %] - [% IF !group_found && type.${selname} %] + [% IF !group_found && type.${selname}.name %]