From 393dd151c6138b53c2f3ecaa21f2667ab827061d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Mon, 12 Sep 2011 02:51:55 +0200 Subject: [PATCH] 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 --- template/en/default/admin/flag-type/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %] -- 2.47.2