From 262449edeac2182aca7d4c5c68f3f8ee862ba10b Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Sat, 18 Feb 2017 22:55:31 +0000 Subject: [PATCH] Bug 1340840 - The 'Add Comment' button is visible but doesnt do anything when user is not logged in --- .../template/en/default/bug_modal/activity_stream.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl index f046cf904..c658f0642 100644 --- a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl @@ -7,7 +7,7 @@ #%]
- [% IF user.settings.comment_box_position.value == 'after_comments' %] + [% IF user.id && user.settings.comment_box_position.value == 'after_comments' %] [% ELSE %] -- 2.47.3