diff options
author | Byron Jones <bjones@mozilla.com> | 2013-08-08 00:54:23 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-08-08 00:54:23 +0200 |
commit | 2b5e7cf13015ff9b2c026dabe377c3fb3788367f (patch) | |
tree | 11c5fe52bdd292652d67c063a48070b2b35b78ed /template/en/default/bug | |
parent | 84787ef596fca79e34630ad885b1a58ccb1f05d2 (diff) | |
download | bugzilla-2b5e7cf13015ff9b2c026dabe377c3fb3788367f.tar.gz bugzilla-2b5e7cf13015ff9b2c026dabe377c3fb3788367f.tar.xz |
Bug 902681: Add the "Ignore all bugmail for this bug" field to the bug creation form as a hidden field
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 3eed01124..9deabac26 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -199,6 +199,7 @@ TUI_hide_default('attachment_text_field'); onsubmit="return validateEnterBug(this)"> <input type="hidden" name="product" value="[% product.name FILTER html %]"> <input type="hidden" name="token" value="[% token FILTER html %]"> +<input type="hidden" name="bug_ignored" value="[% bug_ignored ? "1" : "0" %]"> <table> <tbody> |