From a092e46153b5bf826fcc88f4908122f7f3e96370 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 31 May 2016 21:39:13 +0000 Subject: Bug 1272546 - unauthenticated users cannot expand the cc list --- extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl') diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index e1a57a1f6..fd1359b32 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -653,8 +653,10 @@ [% END %] [% IF bug.cc && bug.cc.size %] - - + [% IF user.id %] + + + [% END %] [% IF bug.cc.size == 1; -- cgit v1.2.3-24-g4f1b