]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1443559 - Remove "Urgency" (mapped to priority) field from the "form.doc" bug...
authorEmma Humphries <emceeaich@users.noreply.github.com>
Wed, 7 Mar 2018 07:58:34 +0000 (23:58 -0800)
committerDylan William Hardison <dylan@hardison.net>
Wed, 7 Mar 2018 18:38:49 +0000 (13:38 -0500)
extensions/BMO/template/en/default/bug/create/create-doc.html.tmpl

index 3f85dd654df6672f12105e02991bc73e8d322855..becbb2b56ebe4c28c39bace94a9b532a23792388 100644 (file)
@@ -190,23 +190,6 @@ function validateAndSubmit() {
   </td>
 </tr>
 
-<tr>
-  <th class="required">Urgency</th>
-  <td>
-    <select name="priority" id="priority">
-      <option value="P1">Immediately</option>
-      <option value="P2">Before Release</option>
-      <option value="P3">Before Aurora</option>
-      <option value="P4">Before Beta</option>
-      <option value="P5" selected>No Rush</option>
-    </select>
-    <br>
-    Due to the volume of requests, the documentation team can't commit to
-    meeting specific deadlines for given documentation requests, but we will do
-    our best.
-  </td>
-</tr>
-
 <tr>
   <td>&nbsp;</td>
 </tr>