]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1632038 - Remove number of people from bug update toast notification
authorKohei Yoshino <kohei.yoshino@gmail.com>
Thu, 23 Apr 2020 15:02:16 +0000 (11:02 -0400)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2020 15:02:16 +0000 (11:02 -0400)
extensions/BugModal/template/en/default/bug/show-modal.html.tmpl

index 5664921c2d5112bd0368461f71706c7618cac886..030db54006957c884408179a609045ca60cf9848 100644 (file)
@@ -31,7 +31,6 @@
       [% ELSE %]
         Changes submitted.
       [% END %]
-      [%+ PROCESS "bug/process/bugmail.html.tmpl" recipient_count = item.recipient_count %]
     [% END %]
   [% END %]
 [% END %]
@@ -51,7 +50,6 @@
       [% ELSE %]
         Attachment updated.
       [% END %]
-      [%+ PROCESS "bug/process/bugmail.html.tmpl" recipient_count = item.recipient_count %]
     [% END %]
   [% END %]
 [% END %]