From 45d5c7b55454698410c402016072ccfbfa116888 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 30 Aug 2012 11:55:15 -0400 Subject: Bug 786691 - Do not display the (more flags) link to logged out users as they cannot set any flag r/a=LpSolit --- template/en/default/bug/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index ef45ca252..f829bbb3d 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -833,7 +833,7 @@ [% IF (type.flags && type.flags.size > 0) || (user.id && type.is_active) %] [% show_bug_flags = 1 %] [% END %] - [% IF type.is_active && (!type.flags || type.is_multiplicable) %] + [% IF user.id && type.is_active && (!type.flags || type.is_multiplicable) %] [% show_more_flags = 1 %] [% END %] [% IF type.flags && type.flags.size > 0 %] -- cgit v1.2.3-24-g4f1b