summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-08-30 17:55:15 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-08-30 17:55:15 +0200
commit45d5c7b55454698410c402016072ccfbfa116888 (patch)
tree31ffde7a6a44ac4cce94855f73916bb570e60d9f /template
parent463d0cf5170b2d9a52534f3307cff952d6935c78 (diff)
downloadbugzilla-45d5c7b55454698410c402016072ccfbfa116888.tar.gz
bugzilla-45d5c7b55454698410c402016072ccfbfa116888.tar.xz
Bug 786691 - Do not display the (more flags) link to logged out users as they cannot set any flag
r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
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 %]