From 381d530928f57932ab3341e2d06d69b6a647dfd6 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 12 Sep 2011 02:50:40 +0200 Subject: 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(-) (limited to 'template') diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index f44c44d9d..2cb985a47 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 %] -- cgit v1.2.3-24-g4f1b