From: Frédéric Buclin Date: Mon, 12 Sep 2011 00:50:40 +0000 (+0200) Subject: Bug 686246: When editing the inclusion and exclusion lists of a flagtype, empty grant... X-Git-Tag: bugzilla-4.3.1~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=381d530928f57932ab3341e2d06d69b6a647dfd6;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 %]