From: Kohei Yoshino Date: Tue, 12 Feb 2019 16:50:15 +0000 (-0500) Subject: Bug 1525808 - Remove CC changes from activity stream X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d093d717c3986b3cb574034eb0c0a68dc1d9069;p=thirdparty%2Fbugzilla.git Bug 1525808 - Remove CC changes from activity stream --- 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 495c0b6de..710fa40d1 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 @@ -38,11 +38,8 @@
  • Comments Only
  • -
  • -
  • - Show CC Changes -
  • [% IF treeherder_user_ids.size %] +
  • Show Treeherder Comments
  • @@ -55,12 +52,9 @@ PROCESS bug/time.html.tmpl; FOREACH change_set IN bug.activity_stream; + NEXT IF change_set.cc_only; extra_class = change_set.comment.collapsed ? " ca-" _ change_set.comment.author.id : ""; - IF change_set.cc_only; - '