]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 786691 - Do not display the (more flags) link to logged out users as they cannot...
authorDave Lawrence <dlawrence@mozilla.com>
Thu, 30 Aug 2012 15:55:15 +0000 (11:55 -0400)
committerDave Lawrence <dlawrence@mozilla.com>
Thu, 30 Aug 2012 15:55:15 +0000 (11:55 -0400)
r/a=LpSolit

template/en/default/bug/edit.html.tmpl

index ef45ca252797a01dde109cb68dc2c6b21e061523..f829bbb3d3b5d5b6b607f0bd665644eab41f1232 100644 (file)
     [% 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 %]