]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1636549 Guided Bug Form incorrect severity
authorEmma Humphries <emceeaich@users.noreply.github.com>
Fri, 8 May 2020 18:41:59 +0000 (11:41 -0700)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 18:41:59 +0000 (14:41 -0400)
The form still had the 'normal' severity.

extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl

index d425e6094956e1e8929924dca6ac442374e3a45a..4fa587b3677408d9b07a772e7361327c133365ff 100644 (file)
@@ -329,7 +329,7 @@ Product: <b><span id="dupes_product_name">?</span></b>:
 <input type="hidden" name="token" value="[% token FILTER html %]">
 <input type="hidden" name="product" id="product" value="">
 <input type="hidden" name="component" id="component" value="">
-<input type="hidden" name="bug_severity" value="normal">
+<input type="hidden" name="bug_severity" value="--">
 <input type="hidden" name="rep_platform" id="rep_platform" value="All">
 <input type="hidden" name="priority" value="--">
 <input type="hidden" name="op_sys" id="op_sys" value="All">