]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1197805 - Always show "never email me about this bug" checkbox
authorByron Jones <glob@mozilla.com>
Mon, 12 Oct 2015 14:29:46 +0000 (22:29 +0800)
committerByron Jones <glob@mozilla.com>
Mon, 12 Oct 2015 14:29:46 +0000 (22:29 +0800)
extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl

index ef116c229986218ade0588f14db6d59357ec96ba..b2ba5fe0c4bb3c514575e30f930864947dc96a1c 100644 (file)
       </table>
     [% END %]
 
-    [% IF user.is_involved_in_bug(bug) %]
-      <table class="edit-show" style="display:none">
-        <tr>
-          <td>
-            <input type="checkbox" name="bug_ignored" id="bug-ignored"
-              [%= "checked" IF user.is_bug_ignored(bug.id) %]>
-          </td>
-          <td>
-            <label for="bug-ignored" title="You will still receive emails for flag requests directed at you">
-              Never email me about this [% terms.bug %]
-            </label>
-          </td>
-        </tr>
-      </table>
-    [% END %]
+    <table class="edit-show" style="display:none">
+      <tr>
+        <td>
+          <input type="checkbox" name="bug_ignored" id="bug-ignored"
+            [%= "checked" IF user.is_bug_ignored(bug.id) %]>
+        </td>
+        <td>
+          <label for="bug-ignored" title="You will still receive emails for flag requests directed at you">
+            Never email me about this [% terms.bug %]
+          </label>
+        </td>
+      </tr>
+    </table>
   </div>
 </div>