diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-01-04 16:59:16 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-01-04 16:59:16 +0100 |
commit | ad7cbed57e15102a8f0b7fdc321cf311f19800e4 (patch) | |
tree | 66bd9fc16c2c80970811ba8008aa9ca23755b238 /extensions/BugModal | |
parent | 550a798284238af70960c8b4ab4fe276f40a9cbb (diff) | |
download | bugzilla-ad7cbed57e15102a8f0b7fdc321cf311f19800e4.tar.gz bugzilla-ad7cbed57e15102a8f0b7fdc321cf311f19800e4.tar.xz |
Bug 1328464 - The checkbox of "Add me to CC list (follow this bug)" doesn't work
Diffstat (limited to 'extensions/BugModal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
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 a1e039405..390ba8f5b 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -144,7 +144,6 @@ <input type="hidden" name="format" value="modal"> <input type="hidden" name="editing" id="editing" value=""> <input type="hidden" name="token" value="[% issue_hash_token([bug.id, bug.delta_ts]) FILTER html %]"> - <input type="hidden" name="addselfcc" id="addselfcc" value=""> [% PROCESS bug_modal/navigate.html.tmpl %] [% END %] |