]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1573127 - Add bug_type field to custom blocklist bug form
authorPhilipp Kewisch <mozilla@kewis.ch>
Mon, 12 Aug 2019 13:07:51 +0000 (15:07 +0200)
committerKohei Yoshino <kohei.yoshino@gmail.com>
Mon, 12 Aug 2019 13:07:51 +0000 (09:07 -0400)
extensions/BMO/template/en/default/bug/create/create-blocklist.html.tmpl

index 63d95e0d9092d9e93b1d5d027d3001b2a6a76283..d8b9ba6e69683d78a963d9a367aa28312dfaded6 100644 (file)
@@ -136,6 +136,7 @@ window.addEventListener("DOMContentLoaded", function() {
   <input type="hidden" name="component" value="Blocklist Policy Requests">
   <input type="hidden" name="rep_platform" value="All">
   <input type="hidden" name="op_sys" value="All">
+  <input type="hidden" name="bug_type" value="task">
   <input type="hidden" name="version" value="unspecified">
   <input type="hidden" name="bug_severity" id="bug_severity" value="normal">
   <input type="hidden" name="priority" id="priority" value="--">